Exemplo n.º 1
0
 @Override
 public List<Place> findAll() {
   return dao.findAll();
 }