public PriceComponentRepository(CoopEshopContext context)
 {
     ctx = context;
 }
Beispiel #2
0
 public ProductRepository(CoopEshopContext context)
 {
     ctx = context;
 }
Beispiel #3
0
 public InventoryItemRepository(CoopEshopContext context)
 {
     ctx = context;
 }