Exemplo n.º 1
0
        public IResponseResult GetCategoryList()
        {
            var result = new UserCategoryBiz().GetCategoryList(UserModel);

            return(ReturnResult(result));
        }