예제 #1
0
 public ActionResult DeleteCategory(int id)
 {
     categoryBL.CategoryDelete(id);
     return(RedirectToAction("CategoryIndex"));
 }