Beispiel #1
0
 public IList <Book> GetBooks()
 {
     return(_bookRepository.GetBooks());
 }