コード例 #1
0
 public ActionResult EditEntry(string pk, string name, string value)
 {
     DbUtil.LogActivity("ExtraValue", peopleid: pk.ToInt());
     EntryModel.EditValue(pk.ToInt(), name, value);
     return(new EmptyResult());
 }
コード例 #2
0
 public ActionResult EditEntry(string pk, string name, string value)
 {
     EntryModel.EditValue(pk.ToInt(), name, value);
     return(new EmptyResult());
 }