예제 #1
0
 public IResultServiceModel <AppConfiguration> GetValue(AppConfigurationKeyEnum key)
 {
     return(this.GetValue(key.ToString()));
 }
예제 #2
0
 public IResultModel SetValue(AppConfigurationKeyEnum key, string value)
 {
     return(this.SetValue(key.ToString(), value));
 }