Exemplo n.º 1
0
 public bool GetBool(string key, bool defaultValue = false)
 {
     return(config.GetBool(key, defaultValue));
 }