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