Beispiel #1
0
 public async Task <IActionResult> GetUpcomingMatchday(int matchId)
 {
     return(Ok(await _matchesService.GetUpcomingMatchday(matchId)));
 }