示例#1
0
 public IActionResult Clear()
 {
     service.ClearList();
     return(RedirectToAction(nameof(Index)));
 }