Ejemplo n.º 1
0
 public static int GetInt(string Key)
 {
     return(AppHelper.ToInt(GetString(Key)));
 }
Ejemplo n.º 2
0
 public static string GetString(string Key)
 {
     return(AppHelper.ToString(GetAppSettings()[Key].Value));
 }