Beispiel #1
0
 public ActionResult Create(Marca marca)
 {
     _marcaService.Insert(marca);
     return(RedirectToAction(nameof(Index)));
 }