예제 #1
0
        public async Task GetIndustryTeams()
        {
            IndustryTeamCollection result = await crest.GetIndustryTeamsAsync();

            Console.Write(result);
        }
예제 #2
0
 public async Task GetIndustryTeams()
 {
     IndustryTeamCollection result = await crest.GetIndustryTeamsAsync();
 }