Exemplo n.º 1
0
 public IBook[] GetReservations()
 {
     return(_repo.GetReservations());
 }