Esempio n. 1
0
 public async Task GetSpeciality()
 {
     IndustrySpeciality result = await crest.GetSpecialityAsync(10);
 }