Beispiel #1
0
 public async void GetAll()
 {
     ProductClient client = this.CreateClient();
     var           result = await client.ReadAll();
 }