Beispiel #1
0
 public System.Threading.Tasks.Task NewProductAsync(Lab03MVCWebRole.ServiceReference1.Product newProduct)
 {
     return(base.Channel.NewProductAsync(newProduct));
 }
Beispiel #2
0
 public void NewProduct(Lab03MVCWebRole.ServiceReference1.Product newProduct1)
 {
     base.Channel.NewProduct(newProduct1);
 }