Beispiel #1
0
 public static int GetInt(string Key)
 {
     return(AppHelper.ToInt(GetString(Key)));
 }
Beispiel #2
0
 public static string GetString(string Key)
 {
     return(AppHelper.ToString(ConfigurationManager.AppSettings[Key]));
 }