Exemplo n.º 1
0
 public ActionResult Delete(string id)
 {
     _danhMucSanPhamService.Delete(id);
     return(RedirectToAction("Index"));
 }