示例#1
0
 public ResultDto Update(string key, JObject json, FnSetNewKey fnSetNewKey)
 {
     return(Service().Update(key, json, fnSetNewKey));
 }
示例#2
0
 public ResultDto Create(JObject json, FnSetNewKey fnSetNewKey)
 {
     return(Service().Create(json, fnSetNewKey));
 }