public HomeController() { accountService = new AccountService(db); }
public SchoolController() { accountService = new AccountService(db); schoolService = new SchoolService(db); }
public InvestorController() { accountService = new AccountService(db); investorService = new InvestorService(db); investmentService = new InvestmentService(db); }