Esempio n. 1
0
 public BookingInformation GetBookingInformation(int FlatID)
 {
     return(db.GetBookingInformation(FlatID));
 }