public UIHelper( QueryableNotificationUserService queryableNotificationUserService, ICurrentUiCulture currentUiCulture, LocalizationService localizationService) { _queryableNotificationUserService = queryableNotificationUserService; _currentUiCulture = currentUiCulture; _localizationService = localizationService; }
public NotificationsPageController(INotifier notifier, IUserNotificationRepository userNotificationRepository, QueryableNotificationUserService queryableNotificationUserService, UIUserProvider userProvider) { this.notifier = notifier; this.userNotificationRepository = userNotificationRepository; this.queryableNotificationUserService = queryableNotificationUserService; this.userProvider = userProvider; }
public EPiServerNotificationDispatcher(INotifier notifier, QueryableNotificationUserService queryableNotificationUserService) { this._notifier = notifier; this._queryableNotificationUserService = queryableNotificationUserService; }