Example #1
0
 public LedgerEntry()
 {
     exactFormatter = new ExactFormatter(this);
     subLedgerEntries = new SubledgerEntryCollection(this);
 }
Example #2
0
 public SubledgerEntry()
 {
     exactFormatter = new ExactFormatter(this);
     journalEntryLines = new JournalEntryLineCollection(this);
 }