コード例 #1
0
 public ActionResult <Models.Match> EndMatch(int tournamentId, int matchId)
 {
     return(_service.EndMatch(tournamentId, matchId));
 }