Exemplo n.º 1
0
 public CandidateRepository(VotingDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public AreaRepository(VotingDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public UserRepository(VotingDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public PartyRepository(VotingDbContext context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public ElectionRepository(VotingDbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public VoteRepository(VotingDbContext context)
 {
     _context = context;
 }