Exemplo n.º 1
0
 public AdminSCEF()
 {
     dbcontext = new EFDbContext();
 }
Exemplo n.º 2
0
 public AntwoordMapper()
 {
     dbcontext = new EFDbContext();
 }
Exemplo n.º 3
0
 public NietIngelogdeGebruikerSCEF()
 {
     dbcontext = new EFDbContext();
 }
Exemplo n.º 4
0
 public Repository()
 {
     edc = new EFDbContext();
 }
Exemplo n.º 5
0
 public ModeratorSCEF()
 {
     dbcontext = new EFDbContext();
 }
Exemplo n.º 6
0
 public BeheerderSCEF()
 {
     dbcontext = new EFDbContext();
 }