Пример #1
0
 public IBook[] GetReservations()
 {
     return(_repo.GetReservations());
 }