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

            return(RoleList.AsQueryable());
        }