public AlertGroupValueService(IAlertGroupValueRepository alertGroupValueRepository, IAlertGroupRepository alertGroupRepository, IAlertValueService alertValueService) { _alertGroupValueRepository = alertGroupValueRepository; _alertGroupRepository = alertGroupRepository; _alertValueService = alertValueService; }
public AlertGroupService(IAlertGroupRepository alertGroupRepository) { _alertGroupRepository = alertGroupRepository; }