Beispiel #1
0
        public IQueryable <Role> GetAllActiveRole()
        {
            List <Role> RoleList = _roleService.GetAllActiveRole();

            return(RoleList.AsQueryable());
        }