Exemplo n.º 1
0
 public IEnumerable <BooksObj> Index()
 {
     return(BooksManager.GetAllBooks(_booksRepository));
 }