Example #1
0
 public bool DeleteProduct(StoreRestBL.StoreDASoap.product p)
 {
     return(base.Channel.DeleteProduct(p));
 }
Example #2
0
 public System.Threading.Tasks.Task <bool> DeleteProductAsync(StoreRestBL.StoreDASoap.product p)
 {
     return(base.Channel.DeleteProductAsync(p));
 }
Example #3
0
 public bool AddProduct(StoreRestBL.StoreDASoap.product p)
 {
     return(base.Channel.AddProduct(p));
 }