public HealthChecksController(IOperationService operationService, IHealthChecksService healthChecksService) : base(operationService) { this.healthChecksService = healthChecksService; }
public DashboardService(IDashboardStore dashboardStore, ILoggerStore loggerStore, IHealthChecksService healthChecksService) { this.dashboardStore = dashboardStore; this.loggerStore = loggerStore; this.healthChecksService = healthChecksService; }