Ejemplo n.º 1
0
 public Libro get(int id) {
   return libroDAO.get(id);
 }