Ejemplo n.º 1
0
 public IList <Book> GetBooks()
 {
     return(_bookRepository.GetBooks());
 }