fix(AuthClientTests): Abhängigkeiten hinzufügen

This commit is contained in:
Developer 02
2025-03-05 14:43:56 +01:00
parent b2a287cab5
commit 6664a1f342
4 changed files with 13 additions and 3 deletions

View File

@@ -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;