コード例 #1
0
 public JsonResult Update(ContractVM vm)
 {
     contractsMng.Update(vm);
     return(Json(new { }, JsonRequestBehavior.AllowGet));
 }