Beispiel #1
0
 public InvestorController()
 {
     accountService = new AccountService(db);
     investorService = new InvestorService(db);
     investmentService = new InvestmentService(db);
 }
Beispiel #2
0
 public AuctionController()
 {
     investorService = new InvestorService(db);
     investmentService = new InvestmentService(db);
 }