Exemple #1
0
 public static string GetConfigValue(ConfigurationKey key)
 {
     return(ConfigurationManager.AppSettings[key.GetKey()]);
 }