예제 #1
0
 public static int updateBook(Book b)
 {
     return(BookService.updateBook(b));
 }