Exemplo n.º 1
0
 public int GetInt(string key, int defaultValue = 0)
 {
     return(config.GetInt(key, defaultValue));
 }