コード例 #1
0
 public CacheRemoteConfigurationIMP(ICacheRemoteConfigurationStore cacheRemoteConfigurationStore)
 {
     _cacheRemoteConfigurationStore = cacheRemoteConfigurationStore;
 }
コード例 #2
0
 public CacheRemoteConfigurationRepository(ICacheRemoteConfigurationStore cacheRemoteConfigurationStore)
 {
     _cacheRemoteConfigurationStore = cacheRemoteConfigurationStore;
 }