Example #1
0
 public async Task <IActionResult> IndexBySport(int sport)
 {
     return(Ok(await _service.GetBySportAsync(sport)));
 }