Example #1
0
 public async Task <ActionResult> GetHighScore()
 {
     return(Ok(await _service.GetHighScores()));
 }