public KlantDatamapper(BeheerContext context)
 {
     _context = context;
 }
 public BestellingDatamapper(BeheerContext context)
 {
     _context = context;
 }
Example #3
0
 public ArtikelDatamapper(BeheerContext context)
 {
     _context = context;
 }