Exemple #1
0
 public System.Threading.Tasks.Task <ServiceReference1.DeleteProductResponse> DeleteProductAsync(string id)
 {
     ServiceReference1.DeleteProductRequest inValue = new ServiceReference1.DeleteProductRequest();
     inValue.Body    = new ServiceReference1.DeleteProductRequestBody();
     inValue.Body.id = id;
     return(((ServiceReference1.WebService1Soap)(this)).DeleteProductAsync(inValue));
 }
Exemple #2
0
 public int DeleteProduct(string id)
 {
     ServiceReference1.DeleteProductRequest inValue = new ServiceReference1.DeleteProductRequest();
     inValue.Body    = new ServiceReference1.DeleteProductRequestBody();
     inValue.Body.id = id;
     ServiceReference1.DeleteProductResponse retVal = ((ServiceReference1.WebService1Soap)(this)).DeleteProduct(inValue);
     return(retVal.Body.DeleteProductResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ServiceReference1.DeleteProductResponse> ServiceReference1.WebService1Soap.DeleteProductAsync(ServiceReference1.DeleteProductRequest request)
 {
     return(base.Channel.DeleteProductAsync(request));
 }
Exemple #4
0
 ServiceReference1.DeleteProductResponse ServiceReference1.WebService1Soap.DeleteProduct(ServiceReference1.DeleteProductRequest request)
 {
     return(base.Channel.DeleteProduct(request));
 }