Exemplo n.º 1
0
 public ConfigurationSettings(IConfigurationProvider provider)
 {
     this.Value = provider.GetSettingValue("Value");
 }