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();
 }
Exemplo 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();
        }
Exemplo 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();
 }
Exemplo n.º 6
0
 public HoaDonBLL()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 7
0
 public TaiKhoanBLL()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 8
0
 public ServiceDrink()
 {
     db = new QLCFDataContext();
 }
 public ChiTietHoaDonBLL()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 10
0
 public NhanVienBLL()
 {
     db = new QLCFDataContext();
 }
 public ServiceLoaiThucUong()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 12
0
 public Chitiethoadon_BLL()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 13
0
 public ServiceHoaDon()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 14
0
 public ServiceBan_BLL()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 15
0
 public BanBLL()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 16
0
 public ServiceNhanVIen()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 17
0
 public ThucDonBLL()
 {
     db = new QLCFDataContext();
 }
Exemplo n.º 18
0
 public Form_QL_QuanLyBan()
 {
     InitializeComponent();
     db   = new QLCFDataContext();
     bbll = new BanBLL();
 }