Exemplo n.º 1
0
 public IActionResult Create(Seller seller)
 {
     _sellerService.Insert(seller);
     return(RedirectToAction(nameof(Index)));
 }