Beispiel #1
0
 public IActionResult Novo(Tipo tipo)
 {
     _tipoService.Insert(tipo);
     return(RedirectToAction(nameof(Index)));
 }