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