public LoaiHangsController(QuanLyBanHangSieuThiMediaMartContext context)
 {
     _context = context;
 }
 public HangHoasController(QuanLyBanHangSieuThiMediaMartContext context)
 {
     _context = context;
     service  = new ProductService();
 }
예제 #3
0
 public KhachHangsController(QuanLyBanHangSieuThiMediaMartContext context)
 {
     _context = context;
     service  = new KhachHangService(_context);
 }
 public DonDatHangsController()
 {
     _context = new QuanLyBanHangSieuThiMediaMartContext();
     service  = new DonDatHangService(_context);
 }
예제 #5
0
 public DonDatHangService(QuanLyBanHangSieuThiMediaMartContext context)
 {
     this._context = context;
     service       = new ProductService();
 }
예제 #6
0
 public KhachHangService(QuanLyBanHangSieuThiMediaMartContext context)
 {
     this._context = context;
 }