Exemple #1
0
 public List <Book> GetBooksByAuthor(string authorName)
 {
     return(bookDao.GetBooksByAuthor(authorName));
 }