public LeergebiedRepository(DidactischeLeermiddelenContext context)
 {
     this.context = context;
     leergebieden = context.Leergebieden;
 }
Пример #2
0
 public GebruikerRepository(DidactischeLeermiddelenContext context)
 {
     this.context    = context;
     this.gebruikers = context.Gebruikers;
 }
Пример #3
0
 public MailServiceRepository(DidactischeLeermiddelenContext context)
 {
     this.context  = context;
     mailTemplates = context.MailTemplates;
 }
 public ReservatieRepository(DidactischeLeermiddelenContext context)
 {
     this.context = context;
     reservaties  = context.Reservaties;
 }
 public DoelgroepRepository(DidactischeLeermiddelenContext context)
 {
     this.context = context;
     doelgroepen  = context.Doelgroepen;
 }
 public MateriaalRepository(DidactischeLeermiddelenContext context)
 {
     this.context = context;
     materialen   = context.Materialen;
 }