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