public void UpdateAgreement(String Booking_Id) { BookingCheckList obj = new BookingCheckList(); obj.UpdateAgreementInBookingMaster(Booking_Id); }
public void InsertUpdateChecklist(ArrayList ary) { BookingCheckList obj = new BookingCheckList(); obj.UpdateCheckListDetail(ary); }