Example #1
0
 public Task <NewBattleDto> GetNewBattleAsync()
 {
     return(_battleService.InitBattleAsync());
 }