Esempio n. 1
0
 public IActionResult Index(Chore chore)
 {
     choreService.UpdateChores(chore);
     return(RedirectToAction(nameof(Index)));
 }