Example #1
0
 public ConfigClient(ConfigStoreBase configStore, ConfigSettingScope scope)
     : base(configStore, scope)
 {
 }
 public ConfigClientBase(ConfigStoreBase configStore, ConfigSettingScope scope)
 {
     ConfigStore = configStore;
     Scope       = scope;
 }