public SenatorsHandler(CongressDataContext context)
 {
     this.context = context;
 }
 public CurrentSessionVotesHandler(CongressDataContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public SenatorSessionVoteHandler(CongressDataContext context)
 {
     this.context = context;
 }