Example #1
0
 public void delete(Book book) {
   bookDao.delete(book);
 }