public GemonitordeItemsRepository()
 {
     context = new PBDbContext();
 }
예제 #2
0
 public BerichtenRepository()
 {
     context = new PBDbContext();
 }
예제 #3
0
 public GebruikersRepository()
 {
     context = new PBDbContext();
 }
예제 #4
0
 public DashboardsRepository()
 {
     context = new PBDbContext();
 }
예제 #5
0
 public GrafiekenRepository()
 {
     context = new PBDbContext();
 }