Beispiel #1
0
 public ReservationsRepository(IDBClient dbClient)
 {
     _reservations = dbClient.GetReservationsCollection();
 }