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