예제 #1
0
 string GetAppSettingValueAsString(ConfigKey key)
 {
     return(settingsReader.GetAppSettingValueAsString(key.ToString()));
 }