Example #1
0
 public ActionResult Apagar(int id)
 {
     repository.Apagar(id);
     return(RedirectToAction("Index"));
 }