Exemplo n.º 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());
 }
Exemplo n.º 2
0
 public ActionResult EditEntry(string pk, string name, string value)
 {
     EntryModel.EditValue(pk.ToInt(), name, value);
     return(new EmptyResult());
 }