Exemplo n.º 1
0
 public ResourceService(ICountryCityCountRepositoryRavenDB countryCityCountRepository, IKatushaGlobalCacheContext globalCacheContext)
 {
     _countryCityCountRepository = countryCityCountRepository;
     _globalCacheContext = globalCacheContext;
     _resourceManager = ResourceManager.GetInstance();
 }
Exemplo n.º 2
0
 public ResourceService(ICountryCityCountRepositoryRavenDB countryCityCountRepository, IKatushaGlobalCacheContext globalCacheContext)
 {
     _countryCityCountRepository = countryCityCountRepository;
     _globalCacheContext         = globalCacheContext;
     _resourceManager            = ResourceManager.GetInstance();
 }