Esempio n. 1
0
 public DataTable GetBooks(string bkName)
 {
     return(bookDAL.GetBooks(bkName));
 }