コード例 #1
0
 public JsonResult delete(int SuperCategoryID)
 {
     return(Json(db.deletesuper(SuperCategoryID), JsonRequestBehavior.AllowGet));
 }