public async Task GetIndustrySystemsAsync()
        {
            IndustrySystemCollection result = await crest.GetIndustrySystemsAsync();

            Console.Write(result);
        }
Beispiel #2
0
 public async Task GetIndustrySystemsAsync()
 {
     IndustrySystemCollection result = await crest.GetIndustrySystemsAsync();
 }