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