public CustomerRepository(BanHangDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public OrderRepository(BanHangDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ProductRepository(BanHangDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ConfigRepository(BanHangDbContext context)
 {
     _context = context;
 }
 public CategoryRepository(BanHangDbContext context)
 {
     _context = context;
 }