Example #1
0
 public Task <IEnumerable <BattleDto> > GetAll()
 {
     return(_battleService.GetAllBattlesAsync());
 }