Ejemplo n.º 1
0
 public IActionResult Clear()
 {
     service.ClearList();
     return(RedirectToAction(nameof(Index)));
 }