コード例 #1
0
 public async Task <IActionResult> Get() // Get All Tournaments
 {
     return(Ok(await _tournamentService.GetAllTournamants()));
 }