Beispiel #1
0
 public DataTable GetBookProductAll()
 {
     BookDAO bookDAO = new BookDAO();
     return bookDAO.GetBookProductAll();
 }