Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AddProductAsync(Contoso.ProductServiceRef.ProductDetail pd)
 {
     return(base.Channel.AddProductAsync(pd));
 }
Exemplo n.º 2
0
 public bool AddProduct(Contoso.ProductServiceRef.ProductDetail pd)
 {
     return(base.Channel.AddProduct(pd));
 }