Beispiel #1
0
 public CandidateRepository(VotingDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public AreaRepository(VotingDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public UserRepository(VotingDbContext context)
 {
     _context = context;
 }
 public PartyRepository(VotingDbContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public ElectionRepository(VotingDbContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public VoteRepository(VotingDbContext context)
 {
     _context = context;
 }