示例#1
0
 public ReceptenRepository(KookboekContext context)
 {
     this.context = context;
 }
示例#2
0
 public IngriediëntenRepository(KookboekContext context)
 {
     this.context = context;
 }
 public GerechtIngrediëntenRepository(KookboekContext context)
 {
     this.context = context;
 }