Example #1
0
 public IActionResult GetBattleHistory(int id)
 {
     return(Ok(_battleService.GetBattleHistory(id)));
 }