Пример #1
0
 public async Task <IActionResult> GetLatestFiveMatchesForUser(int userId)
 {
     return(Ok(await _matchesService.GetLatestFiveMatchesForUser(userId)));
 }