Exemplo n.º 1
0
        public async Task GetIndustrySystemsAsync()
        {
            IndustrySystemCollection result = await crest.GetIndustrySystemsAsync();

            Console.Write(result);
        }
Exemplo n.º 2
0
 public async Task GetIndustrySystemsAsync()
 {
     IndustrySystemCollection result = await crest.GetIndustrySystemsAsync();
 }