Beispiel #1
0
 public DataTable GetBook(int bkID)
 {
     return(bookDAL.GetBook(bkID));
 }