public GemonitordeItemsRepository()
 {
     context = new PBDbContext();
 }
Esempio n. 2
0
 public BerichtenRepository()
 {
     context = new PBDbContext();
 }
 public GebruikersRepository()
 {
     context = new PBDbContext();
 }
 public DashboardsRepository()
 {
     context = new PBDbContext();
 }
Esempio n. 5
0
 public GrafiekenRepository()
 {
     context = new PBDbContext();
 }