コード例 #1
0
 public JsonResult update(Master_MainCategory m)
 {
     return(Json(db.UpdateMain(m), JsonRequestBehavior.AllowGet));
 }