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