public ReactController( IEntityReactionsManager <EntityReaction> entityReactionManager, IEntityReactionsStore <EntityReaction> entityReactionsStore, ISimpleReactionsStore simpleReactionsStore, IAuthorizationService authorizationService, IClientIpAddress clientIpAddress) { _simpleReactionsStore = simpleReactionsStore; _entityReactionManager = entityReactionManager; _entityReactionsStore = entityReactionsStore; _clientIpAddress = clientIpAddress; _authorizationService = authorizationService; }
public ReactionListViewComponent( ISimpleReactionsStore simpleReactionsStore) { _simpleReactionsStore = simpleReactionsStore; }