Пример #1
0
 public static bool deleteBook(int bookid)
 {
     return(DBManager.deleteBook(bookid));
 }