Beispiel #1
0
 public System.Collections.Generic.List <ABCosmetic_app.ProductService.Product> All()
 {
     ABCosmetic_app.ProductService.AllRequest inValue = new ABCosmetic_app.ProductService.AllRequest();
     inValue.Body = new ABCosmetic_app.ProductService.AllRequestBody();
     ABCosmetic_app.ProductService.AllResponse retVal = ((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).All(inValue);
     return(retVal.Body.AllResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <ABCosmetic_app.ProductService.AllResponse> AllAsync()
 {
     ABCosmetic_app.ProductService.AllRequest inValue = new ABCosmetic_app.ProductService.AllRequest();
     inValue.Body = new ABCosmetic_app.ProductService.AllRequestBody();
     return(((ABCosmetic_app.ProductService.ProductServiceSoap)(this)).AllAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ABCosmetic_app.ProductService.AllResponse> ABCosmetic_app.ProductService.ProductServiceSoap.AllAsync(ABCosmetic_app.ProductService.AllRequest request)
 {
     return(base.Channel.AllAsync(request));
 }
Beispiel #4
0
 ABCosmetic_app.ProductService.AllResponse ABCosmetic_app.ProductService.ProductServiceSoap.All(ABCosmetic_app.ProductService.AllRequest request)
 {
     return(base.Channel.All(request));
 }