Esempio n. 1
0
 public async void Delete()
 {
     ProductClient client = this.CreateClient();
     await client.Remove(new Product { Id = 10, Name = "dupx" });
 }