Exemplo n.º 1
0
 public ReceptenRepository(KookboekContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public IngriediëntenRepository(KookboekContext context)
 {
     this.context = context;
 }
 public GerechtIngrediëntenRepository(KookboekContext context)
 {
     this.context = context;
 }