public BudgetsController()
 {
     _db   = new BudgetRepository();
     _area = new AreaRepository();
     _accountingAccount = new AccountingAccountRepository();
 }
Пример #2
0
 public AccountingAccountsController()
 {
     _db = new AccountingAccountRepository();
 }