public PollingCompaniesController(GeneralElection2014Context context)
 {
     _context = context;
 }
コード例 #2
0
 public PartiesController(GeneralElection2014Context context)
 {
     _context = context;
 }
 public PartyVotingIntentionsController(GeneralElection2014Context context)
 {
     _context = context;
 }