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

    return bookDao.getByAuthor(author);
  }