Beispiel #1
0
 public ActionResult Deletar(int id)
 {
     _rodadaService.RemoveById(id);
     return(RedirectToAction("Index"));
 }