Example #1
0
        public BaoCaoBanHangBusiness()
        {
            dbContext = new QLWebDBEntities();

            _nhanVienRepo      = new NhanVienReponsitory(dbContext);
            _nhanVienBus       = new NhanVienBusiness();
            _baoCaoBanHangRepo = new BaoCaoBanHangReponsitory(dbContext);
            _phieuBanHangRepo  = new PhieuBanHangReponsitory(dbContext);
        }
Example #2
0
 public PhieuBanHangBusiness()
 {
     dbContext                = new QLWebDBEntities();
     _phieuBanHangRepo        = new PhieuBanHangReponsitory(dbContext);
     _nhanVienRepo            = new NhanVienReponsitory(dbContext);
     _hangHoaRepo             = new HangHoaReponsitory(dbContext);
     _chiTietPhieuBanHangRepo = new ChiTietPhieuBanHangReponsitory(dbContext);
     _nhanVienBus             = new NhanVienBusiness();
     _hangHoaBus              = new HangHoaBusiness();
 }