Beispiel #1
0
 public AdminSCEF()
 {
     dbcontext = new EFDbContext();
 }
 public AntwoordMapper()
 {
     dbcontext = new EFDbContext();
 }
Beispiel #3
0
 public NietIngelogdeGebruikerSCEF()
 {
     dbcontext = new EFDbContext();
 }
Beispiel #4
0
 public Repository()
 {
     edc = new EFDbContext();
 }
 public ModeratorSCEF()
 {
     dbcontext = new EFDbContext();
 }
 public BeheerderSCEF()
 {
     dbcontext = new EFDbContext();
 }