コード例 #1
0
 public void UpdateAgreement(String Booking_Id)
 {
     BookingCheckList obj = new BookingCheckList();
     obj.UpdateAgreementInBookingMaster(Booking_Id);
 }
コード例 #2
0
 public void InsertUpdateChecklist(ArrayList ary)
 {
     BookingCheckList obj = new BookingCheckList();
     obj.UpdateCheckListDetail(ary);
 }