Ejemplo n.º 1
0
        public async Task GetIndustryTeam()
        {
            IndustryTeamCollection teams = await crest.GetIndustryTeamsAsync();

            IndustryTeam result = await crest.GetIndustryTeamAsync(teams.Items.Last().Id);
        }