Exemple #1
0
 public System.Threading.Tasks.Task UpdateProductAsync(StoreApp.ProductManagerService.Product product)
 {
     return(base.Channel.UpdateProductAsync(product));
 }
Exemple #2
0
 public void UpdateProduct(StoreApp.ProductManagerService.Product product)
 {
     base.Channel.UpdateProduct(product);
 }