コード例 #1
0
 public async Task <IActionResult> GetByTournamentTypeAndConfederation(int tournamentTypeId, int confederationId)
 {
     return(new OkObjectResult(await _tournamentService.GetByTournamentTypeAndConfederation(tournamentTypeId, confederationId)));
 }