コード例 #1
0
 public IActionResult DeleteConfirmed(int id)
 {
     LeagueManager.DeleteLeague(id);
     return(RedirectToAction(nameof(Index)));
 }