Example #1
0
 public VestigingenRepository(RecordshopContext context)
 {
     this.context = context;
 }
Example #2
0
 public ProductenRepository(RecordshopContext context)
 {
     this.context = context;
 }