public SendAlert(IWatchService watchService, IAlarmService alarmService, IMachineService machineService, IAlarmLogService alarmLogService, INotificationHubConnectionSettings hub) { _hub = hub.Hub; _watchService = watchService; _alarmService = alarmService; _machineService = machineService; _alarmLogService = alarmLogService; }
public GetAlarmLogs(IAlarmLogService alarmService, IAuthenticationService authenticationService) { _alarmService = alarmService; _authService = authenticationService; }
public GetAlarmLogs(IAlarmLogService alarmService) { _alarmService = alarmService; }