예제 #1
0
 public static int deleteBook(int b_id)
 {
     return(BookService.deleteBook(b_id));
 }