示例#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));
 }