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