Exemplo n.º 1
0
 public JsonResult AddSub(Master_SubCategory s)
 {
     return(Json(db.AddSubS(s), JsonRequestBehavior.AllowGet));
 }