Exemple #1
0
 public IEnumerable <Reservation> Select()
 {
     return(reservationData.SelectReservation());
 }