コード例 #1
0
 public System.Threading.Tasks.Task <bool> UpdateProductAsync(MarketWeb.ServiceReference1.TB_ProductSurrogate product)
 {
     return(base.Channel.UpdateProductAsync(product));
 }
コード例 #2
0
 public bool UpdateProduct(MarketWeb.ServiceReference1.TB_ProductSurrogate product)
 {
     return(base.Channel.UpdateProduct(product));
 }