Exemplo n.º 1
0
 public JsonResult update(Master_SubCategory sc)
 {
     return(Json(db.UpdateSub(sc), JsonRequestBehavior.AllowGet));
 }