Exemple #1
0
 public System.Threading.Tasks.Task <ABCosmetic_app.StoreService.SearchByNameResponse> SearchByNameAsync(string text)
 {
     ABCosmetic_app.StoreService.SearchByNameRequest inValue = new ABCosmetic_app.StoreService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.StoreService.SearchByNameRequestBody();
     inValue.Body.text = text;
     return(((ABCosmetic_app.StoreService.StoreServiceSoap)(this)).SearchByNameAsync(inValue));
 }
Exemple #2
0
 public System.Collections.Generic.List <ABCosmetic_app.StoreService.Store> SearchByName(string text)
 {
     ABCosmetic_app.StoreService.SearchByNameRequest inValue = new ABCosmetic_app.StoreService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.StoreService.SearchByNameRequestBody();
     inValue.Body.text = text;
     ABCosmetic_app.StoreService.SearchByNameResponse retVal = ((ABCosmetic_app.StoreService.StoreServiceSoap)(this)).SearchByName(inValue);
     return(retVal.Body.SearchByNameResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ABCosmetic_app.StoreService.SearchByNameResponse> ABCosmetic_app.StoreService.StoreServiceSoap.SearchByNameAsync(ABCosmetic_app.StoreService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByNameAsync(request));
 }
Exemple #4
0
 ABCosmetic_app.StoreService.SearchByNameResponse ABCosmetic_app.StoreService.StoreServiceSoap.SearchByName(ABCosmetic_app.StoreService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByName(request));
 }