public InvestmentForecastController(IInvestmentForecastOrchestrator orchestrator, IServiceRequestMapper requestMapper, IServiceResponseMapper responseMapper) { _orchestrator = orchestrator; _requestMapper = requestMapper; _responseMapper = responseMapper; }
public InvestmentForecastController(IInvestmentForecastOrchestrator orchestrator) { _orchestrator = orchestrator; }