Exemple #1
0
 public DataTable searchBook(string str)
 {
     return(dalBook.SearchBook(str));
 }