Example #1
0
 public void update(Book book) {
   bookDao.update(book);
 }
Example #2
0
 public void add(Book book) {
   bookDao.add(book);
 }