示例#1
0
 @Override
 public List<User> findAll(int offset, int limit) {
   return userDao.findAll(offset, limit);
 }