public HomeController(IMessageSession messageSession, IHostingEnvironment hostingEnvironment, EvolveContext context, IViewCalculationHeaders viewCalculationHeaders, IViewCalculationResults viewCalculationResults) { this.messageSession = messageSession; this.hostingEnvironment = hostingEnvironment; this.context = context; this._viewCalculationHeaders = viewCalculationHeaders; this._viewCalculationResults = viewCalculationResults; }
public ViewCalculationHeaders(EvolveContext context) { this._context = context; }
public CalculationCommandHandler(IFileParser parser, EvolveContext context) { this.parser = parser; this._context = context; }
public ViewCalculationResults(EvolveContext context) { this._context = context; }