Пример #1
0
        public P_ImportBooking()
        {
            isCancelBookingStop = false;
            b_Access            = new B_Access();
            IsProcess           = true;
            IsUpdateCompany     = false;
            IsUpdateFinCLO      = false;
            IsPCI = false;
            Error = new List <string>();
            ErrorServiceCenter        = new List <string>();
            B_HistoryList             = new B_HistoryList();
            F_TransactionList         = new F_TransactionList();
            ListNextBookingStepInsert = new List <P_NextBookingStep>();
            ListBookingStepInsert     = new List <P_BookingStep>();

            ListBookingStepDelete = new List <P_BookingStep>();

            ListNextBookingStepDelete = new List <P_NextBookingStep>();
            ListN_Task            = new List <N_Task>();
            ListN_TaskFaxAndEmail = new List <N_Task>();;

            F_TransactionListBackCharge = new F_TransactionList();

            ListP_NextFinancialStep    = new List <P_NextFinancialStep>();
            ListM_HotelProcess         = new List <M_HotelProcess>();
            ListM_HotelPayment         = new List <M_HotelPayment>();
            ListM_CompanyProcessDetail = new List <M_CompanyProcessDetail>();

            ListM_CompanyProcessSetting  = new List <M_CompanyProcessSetting>();
            ListM_CompanyProcessSchedule = new List <M_CompanyProcessSchedule>();
            ListM_CompanyGeneralSetting  = new List <M_CompanyGeneralSetting>();

            listTransactionRelation = new List <F_Relation>();

            m_companyDBI = new M_CompanyDBI();

            IsReactivate            = false;
            m_ListTraveler          = new List <M_Traveler>();
            b_ListTraveler          = new List <B_Traveler>();
            ListAllowedServiceCode  = new List <B_AllowedServiceCodes>();
            ListBAccessDetail       = new List <B_AccessDetail>();
            m_listTravelerExists    = new List <long>();
            m_listTravelerNotExists = new List <M_Traveler>();
            ListHotelProcess        = new List <M_HotelProcess>();
            ListHotelPayment        = new List <M_HotelPayment>();
        }
Пример #2
0
        public P_ImportBooking()
        {
            IsProcess                 = true;
            Error                     = new List <string>();
            ErrorServiceCenter        = new List <string>();
            B_HistoryList             = new B_HistoryList();
            F_TransactionList         = new F_TransactionList();
            ListNextBookingStepInsert = new List <P_NextBookingStep>();
            ListBookingStepInsert     = new List <P_BookingStep>();

            ListBookingStepDelete = new List <P_BookingStep>();

            ListNextBookingStepDelete = new List <P_NextBookingStep>();
            ListN_Task = new List <N_Task>();

            F_TransactionListBackCharge = new F_TransactionList();

            ListP_NextFinancialStep = new List <P_NextFinancialStep>();
            ListM_HotelProcess      = new List <M_HotelProcess>();
        }