Example #1
0
 public PollChoicesRepoDB(VotEZDBContext context)
 {
     _context = context;
 }
Example #2
0
 public PollVoteRepoDB(VotEZDBContext context)
 {
     _context = context;
 }
Example #3
0
 public UserRepoDB(VotEZDBContext context)
 {
     _context = context;
 }