Exemplo n.º 1
0
 public static int deleteBook(int b_id)
 {
     return(BookService.deleteBook(b_id));
 }