Ejemplo n.º 1
0
 public LedgerEntry()
 {
     exactFormatter = new ExactFormatter(this);
     subLedgerEntries = new SubledgerEntryCollection(this);
 }
Ejemplo n.º 2
0
 public SubledgerEntry()
 {
     exactFormatter = new ExactFormatter(this);
     journalEntryLines = new JournalEntryLineCollection(this);
 }