예제 #1
0
 public AdminSCEF()
 {
     dbcontext = new EFDbContext();
 }
예제 #2
0
 public AntwoordMapper()
 {
     dbcontext = new EFDbContext();
 }
예제 #3
0
 public NietIngelogdeGebruikerSCEF()
 {
     dbcontext = new EFDbContext();
 }
예제 #4
0
 public Repository()
 {
     edc = new EFDbContext();
 }
예제 #5
0
 public ModeratorSCEF()
 {
     dbcontext = new EFDbContext();
 }
예제 #6
0
 public BeheerderSCEF()
 {
     dbcontext = new EFDbContext();
 }