Пример #1
0
 public IActionResult Create(Carro carro)
 {
     _carroService.Inserir(carro);
     return(RedirectToAction(nameof(Index)));
 }