コード例 #1
0
 public ActionResult Archive(int tournamentId)
 {
     _tournamentService.Archive(tournamentId);
     return(new EmptyResult());
 }