public NotifyUserEventHandler( IHubContext <NotificationHub> hubContext, IUserRepostedService repostCacheAccessor ) { _hubContext = hubContext; _repostCacheAccessor = repostCacheAccessor; }
public NotificationHub(IUserRepostedService repostCacheAccessor) { _userRepostedService = repostCacheAccessor; }
public RepostEventGroupCreatedHandler(IUserRepostedService repostCacheAccessor, IMessageBroker messageBroker) { _repostCacheAccessor = repostCacheAccessor; _messageBroker = messageBroker; }