Beispiel #1
0
 public CustomerRepository(ModernStoreContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public Uow(ModernStoreContext context)
 {
     _context = context;
 }
 public OrderRepository(ModernStoreContext context)
 {
     _context = context;
 }
 public ProductRepository(ModernStoreContext context)
 {
     _context = context;
 }