Esempio n. 1
0
  @Override
  public List<Book> getByTitle(String title) {

    return bookDao.getByTitle(title);
  }