예제 #1
0
 public bool SaveNewBooking(BookingInformation b)
 {
     return(db.SaveNewBooking(b));
 }