Exemple #1
0
 public System.Threading.Tasks.Task <ServiceReference1.GetCTProducts_WithAttributesResponse> GetCTProducts_WithAttributesAsync(string username, string password, string productGroupCode, string manufacturerCode, string searchphrase)
 {
     ServiceReference1.GetCTProducts_WithAttributesRequest inValue = new ServiceReference1.GetCTProducts_WithAttributesRequest();
     inValue.Body                  = new ServiceReference1.GetCTProducts_WithAttributesRequestBody();
     inValue.Body.username         = username;
     inValue.Body.password         = password;
     inValue.Body.productGroupCode = productGroupCode;
     inValue.Body.manufacturerCode = manufacturerCode;
     inValue.Body.searchphrase     = searchphrase;
     return(((ServiceReference1.CTProductsInStockSoap)(this)).GetCTProducts_WithAttributesAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <ServiceReference1.GetCTProducts_WithAttributesResponse> ServiceReference1.CTProductsInStockSoap.GetCTProducts_WithAttributesAsync(ServiceReference1.GetCTProducts_WithAttributesRequest request)
 {
     return(base.Channel.GetCTProducts_WithAttributesAsync(request));
 }