Exemple #1
0
 public P_ReactiveFIN()
 {
     ListF_Transaction       = new List <F_Transaction>();
     B_Access                = new B_Access();
     B_Comment               = new B_Comment();
     ListB_CommentDetail     = new List <B_CommentDetail>();
     ListN_Task              = new List <N_Task>();
     ListP_NextFinancialStep = new List <P_NextFinancialStep>();
     ListP_FinancialStep     = new List <P_FinancialStep>();
 }
Exemple #2
0
 public P_SpecialCase_CLO()
 {
     ListF_Transaction       = new List <F_Transaction>();
     B_Comment               = new B_Comment();
     ListB_CommentDetail     = new List <B_CommentDetail>();
     ListInvoiceHistory      = new List <P_Invoice_TransferToHistory>();
     ListOldInvoiceNextStep  = new List <P_NextInvoiceStep>();
     ListNewInvoiceNextStep  = new List <P_NextInvoiceStep>();
     ListI_Image             = new List <I_Image>();
     ListN_Task              = new List <N_Task>();
     ListP_NextFinancialStep = new List <P_NextFinancialStep>();
     ListP_FinancialStep     = new List <P_FinancialStep>();
 }
 public P_ReactiveFINUM1()
 {
     ListF_Transaction   = new List <F_Transaction>();
     B_Comment           = new B_Comment();
     ListB_CommentDetail = new List <B_CommentDetail>();
 }