public NasAvWebServicesRouting(IConfiguration configuration, IWebProxyUserRepository webProxyUserRepository)
 {
     _configuration          = configuration;
     _webProxyUserRepository = webProxyUserRepository;
 }
Exemple #2
0
 public CachedWebProxyUserRepository(IWebProxyUserRepository webProxyUserRepository, ICacheService cacheService)
 {
     _webProxyUserRepository = webProxyUserRepository;
     _cacheService           = cacheService;
 }