Ejemplo n.º 1
0
 @Override
 public List<String> getUsersemail() {
   List<String> list = null;
   list = userDao.getemails();
   return list;
 }