Example #1
0
 public JsonResult ListSub()
 {
     return(Json(db.ListAllSubCategory(), JsonRequestBehavior.AllowGet));
 }