Exemplo n.º 1
0
 public System.Threading.Tasks.Task ProductDeleteAsync(OnlineShop.ProductService.Products item)
 {
     return(base.Channel.ProductDeleteAsync(item));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task ProductUpdateAsync(OnlineShop.ProductService.Products item, string image)
 {
     return(base.Channel.ProductUpdateAsync(item, image));
 }
Exemplo n.º 3
0
 public void ProductDelete(OnlineShop.ProductService.Products item)
 {
     base.Channel.ProductDelete(item);
 }
Exemplo n.º 4
0
 public void ProductUpdate(OnlineShop.ProductService.Products item, string image)
 {
     base.Channel.ProductUpdate(item, image);
 }