Ejemplo n.º 1
0
 public CacheRemoteConfigurationIMP(ICacheRemoteConfigurationStore cacheRemoteConfigurationStore)
 {
     _cacheRemoteConfigurationStore = cacheRemoteConfigurationStore;
 }
 public CacheRemoteConfigurationRepository(ICacheRemoteConfigurationStore cacheRemoteConfigurationStore)
 {
     _cacheRemoteConfigurationStore = cacheRemoteConfigurationStore;
 }