Exemple #1
0
 public System.Threading.Tasks.Task <CandyStore.Client.OrderServiceProxy.GetProductsBySupplierResponse> GetProductsBySupplierAsync(string supplierName)
 {
     CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequest inValue = new CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequest();
     inValue.Body = new CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequestBody();
     inValue.Body.supplierName = supplierName;
     return(((CandyStore.Client.OrderServiceProxy.OrderServiceSoap)(this)).GetProductsBySupplierAsync(inValue));
 }
Exemple #2
0
 public CandyStore.Client.OrderServiceProxy.ProductDto[] GetProductsBySupplier(string supplierName)
 {
     CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequest inValue = new CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequest();
     inValue.Body = new CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequestBody();
     inValue.Body.supplierName = supplierName;
     CandyStore.Client.OrderServiceProxy.GetProductsBySupplierResponse retVal = ((CandyStore.Client.OrderServiceProxy.OrderServiceSoap)(this)).GetProductsBySupplier(inValue);
     return(retVal.Body.GetProductsBySupplierResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <CandyStore.Client.OrderServiceProxy.GetProductsBySupplierResponse> CandyStore.Client.OrderServiceProxy.OrderServiceSoap.GetProductsBySupplierAsync(CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequest request)
 {
     return(base.Channel.GetProductsBySupplierAsync(request));
 }
Exemple #4
0
 CandyStore.Client.OrderServiceProxy.GetProductsBySupplierResponse CandyStore.Client.OrderServiceProxy.OrderServiceSoap.GetProductsBySupplier(CandyStore.Client.OrderServiceProxy.GetProductsBySupplierRequest request)
 {
     return(base.Channel.GetProductsBySupplier(request));
 }