Esempio n. 1
0
 public async void Insert()
 {
     ProductClient client = this.CreateClient();
     var           result = await client.Save(new Product { Id = 11111, Name = "dupb" });
 }