Example #1
0
 public async Task <IActionResult> GetCountForHeroAsync(int id)
 {
     return(Ok(await _battleService.GetNrOfBattlesForHero(id)));
 }