Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AddProductAsync(WebApplication1.ProductProxyServiceReference.ProductDto productDto)
 {
     return(base.Channel.AddProductAsync(productDto));
 }
Exemplo n.º 2
0
 public bool AddProduct(WebApplication1.ProductProxyServiceReference.ProductDto productDto)
 {
     return(base.Channel.AddProduct(productDto));
 }