コード例 #1
0
ファイル: ProfitAndLoss.cs プロジェクト: dmmusil/Transacto
 public ProfitAndLoss(AccountingPeriod accountingPeriod, ChartOfAccounts chartOfAccounts)
 {
     _accountingPeriod = accountingPeriod;
     _chartOfAccounts  = chartOfAccounts;
     _current          = new AccountCollection();
 }
コード例 #2
0
 public TrialBalance(ChartOfAccounts chartOfAccounts)
 {
     _chartOfAccounts = chartOfAccounts;
     _current         = new AccountCollection();
 }