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