예제 #1
0
 public RiskProfileController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #2
0
 public ROPCurrentController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #3
0
 public CurrentPortfolioFundController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #4
0
 public BasicDetailsController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #5
0
 public NewProductController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #6
0
 public CashFlowController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #7
0
 public LiabilityController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #8
0
 public PensionAssumptionsController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #9
0
 public APIUpdate(StrategyOptimizerPrototypeContext context, IMapper mapper)
     {
     this.context = context;
     this.mapper = mapper;
 }
예제 #10
0
 public NeedsAnalysisController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #11
0
 public FinancialAssetController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #12
0
 public LifestyleAssetController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #13
0
 public InvestmentFundController(StrategyOptimizerPrototypeContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }