Example #1
0
 public ActionResult Delete(int id)
 {
     repositorio.Apagar(id);
     return(RedirectToAction("index"));
 }