ChiakiYu.Service.Users.UserService.GetAll C# (CSharp) Method

GetAll() public method

获取 用户信息查询数据集
public GetAll ( ) : IQueryable
return IQueryable
        public IQueryable<User> GetAll()
        {
            return _userRepository.Table;
        }