public System.Threading.Tasks.Task <ABCosmetic_app.BrandService.SearchByNameResponse> SearchByNameAsync(string text)
 {
     ABCosmetic_app.BrandService.SearchByNameRequest inValue = new ABCosmetic_app.BrandService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.BrandService.SearchByNameRequestBody();
     inValue.Body.text = text;
     return(((ABCosmetic_app.BrandService.BrandServiceSoap)(this)).SearchByNameAsync(inValue));
 }
 public System.Collections.Generic.List <ABCosmetic_app.BrandService.Brand> SearchByName(string text)
 {
     ABCosmetic_app.BrandService.SearchByNameRequest inValue = new ABCosmetic_app.BrandService.SearchByNameRequest();
     inValue.Body      = new ABCosmetic_app.BrandService.SearchByNameRequestBody();
     inValue.Body.text = text;
     ABCosmetic_app.BrandService.SearchByNameResponse retVal = ((ABCosmetic_app.BrandService.BrandServiceSoap)(this)).SearchByName(inValue);
     return(retVal.Body.SearchByNameResult);
 }
 System.Threading.Tasks.Task <ABCosmetic_app.BrandService.SearchByNameResponse> ABCosmetic_app.BrandService.BrandServiceSoap.SearchByNameAsync(ABCosmetic_app.BrandService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByNameAsync(request));
 }
 ABCosmetic_app.BrandService.SearchByNameResponse ABCosmetic_app.BrandService.BrandServiceSoap.SearchByName(ABCosmetic_app.BrandService.SearchByNameRequest request)
 {
     return(base.Channel.SearchByName(request));
 }