예제 #1
0
 public string Get(string key, string defaultValue)
 {
     return(config.Get(key, defaultValue));
 }