Exemplo n.º 1
0
        public async Task <TeamView> GetTeamAsync(Guid teamId)
        {
            var result = await _teamRepository.ReadAsync(teamId);

            return(result.Map());
        }