Example #1
0
 public Reservation GetReservationById(int id) => reservationDAO.GetById(id);