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