Пример #1
0
 public ProduktartsController(MVCEinzelhandelContext context)
 {
     _context = context;
 }
 public KundesController(MVCEinzelhandelContext context)
 {
     _context = context;
 }
Пример #3
0
 public DetailsController(MVCEinzelhandelContext context)
 {
     _context = context;
 }