Ejemplo n.º 1
0
 int GetAppSettingValueAsInt(ConfigKey key)
 {
     return(settingsReader.GetAppSettingValueAsInt(key.ToString()));
 }