public SenatorsHandler(CongressDataContext context) { this.context = context; }
public CurrentSessionVotesHandler(CongressDataContext context) { this.context = context; }
public SenatorSessionVoteHandler(CongressDataContext context) { this.context = context; }