public CandidateRepository(VotingDbContext context) { _context = context; }
public AreaRepository(VotingDbContext context) { _context = context; }
public UserRepository(VotingDbContext context) { _context = context; }
public PartyRepository(VotingDbContext context) { _context = context; }
public ElectionRepository(VotingDbContext context) { _context = context; }
public VoteRepository(VotingDbContext context) { _context = context; }