public ApiController(TermoHubContext context, ILastValues lastValues, IAlertReporter alertReporter) { this.context = context; this.lastValues = lastValues; this.alertReporter = alertReporter; }
public DeviceController(TermoHubContext context, ILastValues lastValues, IAuthorizationService authorization) { this.context = context; this.lastValues = lastValues; this.authorization = authorization; }