Esempio n. 1
0
 public System.Threading.Tasks.Task <ServiceReference1.GetCTProductsResponse> GetCTProductsAsync(string username, string password, string productGroupCode, string manufacturerCode, string searchphrase)
 {
     ServiceReference1.GetCTProductsRequest inValue = new ServiceReference1.GetCTProductsRequest();
     inValue.Body                  = new ServiceReference1.GetCTProductsRequestBody();
     inValue.Body.username         = username;
     inValue.Body.password         = password;
     inValue.Body.productGroupCode = productGroupCode;
     inValue.Body.manufacturerCode = manufacturerCode;
     inValue.Body.searchphrase     = searchphrase;
     return(((ServiceReference1.CTProductsInStockSoap)(this)).GetCTProductsAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <ServiceReference1.GetCTProductsResponse> ServiceReference1.CTProductsInStockSoap.GetCTProductsAsync(ServiceReference1.GetCTProductsRequest request)
 {
     return(base.Channel.GetCTProductsAsync(request));
 }