Ejemplo n.º 1
0
 public IEnumerable <Book> ByAuthor(Author author)
 {
     return(_bookRepository.ByAuthor(author));
 }