コード例 #1
0
 public void UpdateProduct(MyProperties.ProductsObj productObj)
 {
     base.Channel.UpdateProduct(productObj);
 }
コード例 #2
0
 public System.Threading.Tasks.Task UpdateProductAsync(MyProperties.ProductsObj productObj)
 {
     return(base.Channel.UpdateProductAsync(productObj));
 }
コード例 #3
0
 public void AddProduct(MyProperties.ProductsObj productObj)
 {
     base.Channel.AddProduct(productObj);
 }