예제 #1
0
 public SignUpController(ISqlUserDatabase userSql, ISqlPortfolioDatabase portfolioSql)
 {
     this.userSql = userSql;
     this.portfolioSql = portfolioSql;
 }
예제 #2
0
 public InvestmentsController(ISqlInvestmentInformationDatabase investmentDb, ISqlPortfolioDatabase portfolioDb)
 {
     this.investmentDb = investmentDb;
     this.portfolioDb = portfolioDb;
 }