public System.Collections.Generic.List <ABCosmetic_app.BrandService.Brand> All()
 {
     ABCosmetic_app.BrandService.AllRequest inValue = new ABCosmetic_app.BrandService.AllRequest();
     inValue.Body = new ABCosmetic_app.BrandService.AllRequestBody();
     ABCosmetic_app.BrandService.AllResponse retVal = ((ABCosmetic_app.BrandService.BrandServiceSoap)(this)).All(inValue);
     return(retVal.Body.AllResult);
 }
 public System.Threading.Tasks.Task <ABCosmetic_app.BrandService.AllResponse> AllAsync()
 {
     ABCosmetic_app.BrandService.AllRequest inValue = new ABCosmetic_app.BrandService.AllRequest();
     inValue.Body = new ABCosmetic_app.BrandService.AllRequestBody();
     return(((ABCosmetic_app.BrandService.BrandServiceSoap)(this)).AllAsync(inValue));
 }
 System.Threading.Tasks.Task <ABCosmetic_app.BrandService.AllResponse> ABCosmetic_app.BrandService.BrandServiceSoap.AllAsync(ABCosmetic_app.BrandService.AllRequest request)
 {
     return(base.Channel.AllAsync(request));
 }
 ABCosmetic_app.BrandService.AllResponse ABCosmetic_app.BrandService.BrandServiceSoap.All(ABCosmetic_app.BrandService.AllRequest request)
 {
     return(base.Channel.All(request));
 }