Beispiel #1
0
 public List <Book> GetAll()
 {
     return(_bookDAL.GetAll().ToList());
 }
 public IEnumerable <Book> GetAll()
 {
     return(_bookDAL.GetAll());
 }
Beispiel #3
0
 public IEnumerable <book> GetBooks()
 {
     return(bookDAL.GetAll());
 }