Skip to content

Commit

Permalink
virtual (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
burakbayar95 authored Feb 6, 2024
1 parent 545000e commit 0fe7d2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace Nhea.Data.Repository.RedisRepository

Lazy<ConnectionMultiplexer> lazyConnection = null;

public ConnectionMultiplexer Connection
public virtual ConnectionMultiplexer Connection
{
get
{
Expand Down

0 comments on commit 0fe7d2e

Please sign in to comment.