Exemple #1
0
 public JsonResult delete(int SubCategoryID)
 {
     return(Json(db.deletesub(SubCategoryID), JsonRequestBehavior.AllowGet));
 }