Beispiel #1
0
 public ActionResult Delete(int Id)
 {
     bll.Delete(Id);
     TempData["msg"] = "Deleted Successfully";
     return(RedirectToAction("Index"));
 }