public PhieuBaoHanhBusiness() { dbContext = new SMSEntities(); _phieuBaoHanhRepo = new PhieuBaoHanhRepository(dbContext); _nhanVienRepo = new NhanVienRepository(dbContext); _nhanVienBus = new NhanVienBusiness(); }
public PhieuBaoHanhBusiness() { _dbContext = new QLWebDBEntities(); _phieuBaoHanhRepo = new PhieuBaoHanhReponsitory(_dbContext); _chiTietPhieuBaoHanhRepo = new ChiTietPhieuBaoHanhReponsitory(_dbContext); _nhanVienRepo = new NhanVienReponsitory(_dbContext); _hangHoaRepo = new HangHoaReponsitory(_dbContext); _nhanVienBus = new NhanVienBusiness(); _hangHoaBus = new HangHoaBusiness(); }