Exemplo n.º 1
0
 public IActionResult EditarCarro(Carro carro)
 {
     _carroDAO.EditarCarro(carro);
     return(RedirectToAction("Index"));
 }