Example #1
0
 public StudentRepository(EVoteDbContext context) : base(context)
 {
 }
Example #2
0
 public Repository(EVoteDbContext context)
 {
     _context = context;
 }
Example #3
0
 public ProfileRepository(EVoteDbContext context) : base(context)
 {
 }
Example #4
0
 public CandidateRepository(EVoteDbContext context) : base(context)
 {
 }
Example #5
0
 public VoteRepository(EVoteDbContext context) : base(context)
 {
 }
Example #6
0
 public SessionRepository(EVoteDbContext context) : base(context)
 {
 }