Ejemplo n.º 1
0
 public LogsService(PasswordWalletContext passwordWalletContext)
 {
     _passwordWalletContext = passwordWalletContext;
 }
Ejemplo n.º 2
0
 public AuthService(PasswordWalletContext passwordWalletContext, IMemoryCache memoryCache)
 {
     _passwordWalletContext = passwordWalletContext;
     _memoryCache           = memoryCache;
 }
Ejemplo n.º 3
0
 public WalletService(PasswordWalletContext passwordWalletContext, IMemoryCache memoryCache, IAuthorizationService authorizationService)
 {
     _passwordWalletContext = passwordWalletContext;
     _memoryCache           = memoryCache;
     _authorizationService  = authorizationService;
 }