Пример #1
0
 public ProductRepository(DemoBanHangContext context)
 {
     _context = context;
 }
Пример #2
0
 public OrderReponsitory(DemoBanHangContext context)
 {
     _context = context;
 }