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