Exemplo n.º 1
0
 public async Task <FullTeamDto> GetTeamAsync(Guid teamId, CancellationToken cancellationToken)
 => (FullTeamDto)await _squadRepository.GetTeamAsync(teamId, cancellationToken);