fix(AuthClientTests): Abhängigkeiten hinzufügen
This commit is contained in:
@@ -15,7 +15,7 @@ public class AuthHub : Hub<IAuthListenHandler>, IAuthSenderHandler
|
||||
|
||||
private readonly static string CacheId = Guid.NewGuid().ToString();
|
||||
|
||||
public AuthHub(ICryptoFactory cryptoFactory, ILogger logger, IMemoryCache cache)
|
||||
public AuthHub(ICryptoFactory cryptoFactory, ILogger<AuthHub> logger, IMemoryCache cache)
|
||||
{
|
||||
_cFactory = cryptoFactory;
|
||||
_logger = logger;
|
||||
|
||||
Reference in New Issue
Block a user