Ejemplo n.º 1
0
 public ICollection <Book> AllOrderedByName()
 {
     return(_booksRepository.AllOrderedByName());
 }