示例#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();
 }
 public ModeratorSCEF()
 {
     dbcontext = new EFDbContext();
 }
 public BeheerderSCEF()
 {
     dbcontext = new EFDbContext();
 }