Exemplo n.º 1
0
 public IActionResult RemoverCarro(int id)
 {
     _carroDAO.RemoverCarro(id);
     return(RedirectToAction("Index"));
 }