Example #1
0
 public Task <IResponse> AddArmy(AddArmyCommand command)
 {
     return(_battleService.AddArmyToBattleAsync(command));
 }