public QuestionsController(IHubContext <VoteHub> hubContext, IParticipantEventsService service) { this.hubContext = hubContext; this.service = service; }
public EventsController(IParticipantEventsService service, IHubContext <VoteHub> hubContext) : base() { this.service = service; this.hubContext = hubContext; }