Exemplo n.º 1
0
 public ProductRepository(ArtSuppliesDbContext context)
 {
     _context = context;
 }
 public CustomerRepository(ArtSuppliesDbContext context)
 {
     _context = context;
 }
 public CartRepository(ArtSuppliesDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public OrderRepository(ArtSuppliesDbContext context)
 {
     _context = context;
 }