示例#1
0
 public HomeController()
 {
     this.contextInvestmentCycle = new InvestmentCycleDataSource();
 }
 public InvestmentCycleController()
 {
     this.contextInvestmentProduct = new InvestmentProductDataSource();
     this.contextInvestmentCycle   = new InvestmentCycleDataSource();
     this.user = new User();
 }