Exemplo n.º 1
0
 public static string GetSetting(string key, string defaultValue = null)
 {
     return(NHibernateHelper.ConfigurationGet(key, defaultValue));
 }