Exemplo n.º 1
0
 public async Task <FullSquadDto> GetSquadAsync(Guid squadOwnerId, CancellationToken cancellationToken)
 => (FullSquadDto)await _squadRepository.GetByOwnerId(squadOwnerId, cancellationToken);