コード例 #1
0
 public KlantDatamapper(BeheerContext context)
 {
     _context = context;
 }
 public BestellingDatamapper(BeheerContext context)
 {
     _context = context;
 }
コード例 #3
0
 public ArtikelDatamapper(BeheerContext context)
 {
     _context = context;
 }