Exemple #1
0
 public IEnumerable <Book> GetBooksByAuthorId(int idAuthor)
 {
     return(_authorDao.GetBooksByAuthorId(idAuthor));
 }