Example #1
0
 public Task <IResponse> Create(CreateBattleCommand command)
 {
     return(_battleService.CreateBattleAsync(command));
 }