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