예제 #1
0
        public P_Invoice_SpecialCases_Detail()
        {
            Image              = new I_Image();
            Data               = new I_Data();
            ListTax            = new List <I_Tax>();
            ListPosition       = new List <I_Position>();
            ListTax_Data       = new List <I_Tax>();
            ListPosition_Data  = new List <I_Position>();
            ListValidation     = new List <P_Validation>();
            ListPageToImage    = new List <I_PageToImage>();
            ListStep           = new List <P_InvoiceStep>();
            ListNextStep       = new List <P_NextInvoiceStep>();
            ListTransaction    = new List <F_Transaction>();
            ListRelation       = new List <I_Relation>();
            ListAttachmentPage = new List <N_AttachmentPage>();
            ListTask           = new List <N_Task>();
            ListDeleteTask     = new List <N_Task>();

            Email            = new N_BillingEmail();
            EmailDetail      = new N_BillingEmailDetail();
            ListBookingEmail = new List <N_BookingBillingEmail>();
            ListInvoiceError = new List <P_InvoiceError>();

            ListFinStepDelete          = new List <P_NextFinancialStep>();
            ListFinInsert              = new List <P_FinancialStep>();
            ListNextBookingStep_Delete = new List <P_NextBookingStep>();
        }
예제 #2
0
 public P_InvoiceImport()
 {
     I_Data             = new I_Data();
     ListI_Tax          = new List <I_Tax>();
     ListI_Position     = new List <I_Position>();
     ListI_Error        = new List <I_Error>();
     ListP_InvoiceError = new List <P_InvoiceError>();
     P_Validation       = new P_Validation();
     I_Relation         = new List <I_Relation>();
     OldInvoiceHistory  = new P_Invoice_TransferToHistory();
     InvoiceHistory     = new P_Invoice_History();
     Hotel         = new M_Hotel();
     IsUpdateHotel = false;
 }
예제 #3
0
 public P_Data_Verification()
 {
     I_Data = new I_Data();
     IsCorrectServiceCode = false;
     IsCorrectNoShow      = false;
 }