Пример #1
0
 public long GetLong(string key, long defaultValue)
 {
     return(config.GetLong(key, defaultValue));
 }