Ejemplo n.º 1
0
 public void UpdateProduct(MyProperties.ProductsObj productObj)
 {
     base.Channel.UpdateProduct(productObj);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task UpdateProductAsync(MyProperties.ProductsObj productObj)
 {
     return(base.Channel.UpdateProductAsync(productObj));
 }
Ejemplo n.º 3
0
 public void AddProduct(MyProperties.ProductsObj productObj)
 {
     base.Channel.AddProduct(productObj);
 }