public BudgetsController()
 {
     _db   = new BudgetRepository();
     _area = new AreaRepository();
     _accountingAccount = new AccountingAccountRepository();
 }
Exemplo n.º 2
0
 public AccountingAccountsController()
 {
     _db = new AccountingAccountRepository();
 }