Example #1
0
 public System.Threading.Tasks.Task <bool> UpdateProductAsync(ServiceClient.ProductService.Product product)
 {
     return(base.Channel.UpdateProductAsync(product));
 }
Example #2
0
 public bool UpdateProduct(ServiceClient.ProductService.Product product)
 {
     return(base.Channel.UpdateProduct(product));
 }