Пример #1
0
 public async Task <IActionResult> HighScore()
 {
     return(Ok(await _fightService.HighScore()));
 }