Example #1
0
 public System.Threading.Tasks.Task <ABCosmetic_app.ProductService.SearchProductsByPRCResponse> SearchProductsByPRCAsync(decimal low, decimal high, int cId)
 {
     ABCosmetic_app.ProductService.SearchProductsByPRCRequest inValue = new ABCosmetic_app.ProductService.SearchProductsByPRCRequest();
     inValue.Body      = new ABCosmetic_app.ProductService.SearchProductsByPRCRequestBody();
     inValue.Body.low  = low;
     inValue.Body.high = high;
     inValue.Body.cId  = cId;
     return(((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).SearchProductsByPRCAsync(inValue));
 }
Example #2
0
 public System.Collections.Generic.List <ABCosmetic_app.ProductService.Product> SearchProductsByPRC(decimal low, decimal high, int cId)
 {
     ABCosmetic_app.ProductService.SearchProductsByPRCRequest inValue = new ABCosmetic_app.ProductService.SearchProductsByPRCRequest();
     inValue.Body      = new ABCosmetic_app.ProductService.SearchProductsByPRCRequestBody();
     inValue.Body.low  = low;
     inValue.Body.high = high;
     inValue.Body.cId  = cId;
     ABCosmetic_app.ProductService.SearchProductsByPRCResponse retVal = ((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).SearchProductsByPRC(inValue);
     return(retVal.Body.SearchProductsByPRCResult);
 }
Example #3
0
 System.Threading.Tasks.Task <ABCosmetic_app.ProductService.SearchProductsByPRCResponse> ABCosmetic_app.ProductService.ProductServiceSoap.SearchProductsByPRCAsync(ABCosmetic_app.ProductService.SearchProductsByPRCRequest request)
 {
     return(base.Channel.SearchProductsByPRCAsync(request));
 }
Example #4
0
 ABCosmetic_app.ProductService.SearchProductsByPRCResponse ABCosmetic_app.ProductService.ProductServiceSoap.SearchProductsByPRC(ABCosmetic_app.ProductService.SearchProductsByPRCRequest request)
 {
     return(base.Channel.SearchProductsByPRC(request));
 }