public Form_PC_DanhSachDonHang()
 {
     InitializeComponent();
     db      = new QLCFDataContext();
     cthd1   = new ChiTietHoaDon();
     cthdbll = new ChiTietHoaDonBLL();
 }
 public Form_QL_QuanLyNhanVien()
 {
     InitializeComponent();
     db    = new QLCFDataContext();
     nvbll = new NhanVienBLL();
     tkbll = new TaiKhoanBLL();
 }
Esempio n. 3
0
 public Form_QL_QuanLyThucDon()
 {
     InitializeComponent();
     db     = new QLCFDataContext();
     tdbll  = new ThucDonBLL();
     ltdbll = new LoaiThucDonBLL();
 }
        public Form_QL_QuanLyHoaDon()
        {
            InitializeComponent();

            loadDtpThangNay();
            db      = new QLCFDataContext();
            hdbll   = new HoaDonBLL();
            cthdbll = new ChiTietHoaDonBLL();
        }
Esempio n. 5
0
 public Form_TN_DatMon()
 {
     InitializeComponent();
     db      = new QLCFDataContext();
     bbll    = new BanBLL();
     hdbll   = new HoaDonBLL();
     tdbll   = new ThucDonBLL();
     ltdbll  = new LoaiThucDonBLL();
     cthdbll = new ChiTietHoaDonBLL();
     nvbll   = new NhanVienBLL();
 }
Esempio n. 6
0
 public HoaDonBLL()
 {
     db = new QLCFDataContext();
 }
Esempio n. 7
0
 public TaiKhoanBLL()
 {
     db = new QLCFDataContext();
 }
Esempio n. 8
0
 public ServiceDrink()
 {
     db = new QLCFDataContext();
 }
 public ChiTietHoaDonBLL()
 {
     db = new QLCFDataContext();
 }
Esempio n. 10
0
 public NhanVienBLL()
 {
     db = new QLCFDataContext();
 }
 public ServiceLoaiThucUong()
 {
     db = new QLCFDataContext();
 }
 public Chitiethoadon_BLL()
 {
     db = new QLCFDataContext();
 }
 public ServiceHoaDon()
 {
     db = new QLCFDataContext();
 }
Esempio n. 14
0
 public ServiceBan_BLL()
 {
     db = new QLCFDataContext();
 }
Esempio n. 15
0
 public BanBLL()
 {
     db = new QLCFDataContext();
 }
Esempio n. 16
0
 public ServiceNhanVIen()
 {
     db = new QLCFDataContext();
 }
Esempio n. 17
0
 public ThucDonBLL()
 {
     db = new QLCFDataContext();
 }
 public Form_QL_QuanLyBan()
 {
     InitializeComponent();
     db   = new QLCFDataContext();
     bbll = new BanBLL();
 }