public PollChoicesRepoDB(VotEZDBContext context) { _context = context; }
public PollVoteRepoDB(VotEZDBContext context) { _context = context; }
public UserRepoDB(VotEZDBContext context) { _context = context; }