Exemplo n.º 1
0
 public IActionResult Create(Listing listing)
 {
     repository.Create(listing);
     return(RedirectToAction("Index"));
 }