Example #1
0
 public ActionResult Delete(Category category)
 {
     // categyservice.GetCategoryByID(category.ID);
     categyservice.Deletecategory(category.ID);
     return(RedirectToAction("Index"));
 }