Example #1
0
 public List <Book> GetAll()
 {
     return(aBookGateway.GetAll());
 }