public RiskProfileController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public ROPCurrentController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public CurrentPortfolioFundController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public BasicDetailsController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public NewProductController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public CashFlowController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public LiabilityController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public PensionAssumptionsController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public APIUpdate(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public NeedsAnalysisController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public FinancialAssetController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public LifestyleAssetController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }
public InvestmentFundController(StrategyOptimizerPrototypeContext context, IMapper mapper) { this.context = context; this.mapper = mapper; }