Ejemplo n.º 1
0
 public List <Book> SearchBooks(string bookName, string authorName)
 {
     return(bookBLL.SearchBooks(bookName, authorName));
 }