Ejemplo n.º 1
0
        public manHinhDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Ejemplo n.º 2
0
        public phanQuyenDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Ejemplo n.º 3
0
        public diaDiemDuLichDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Ejemplo n.º 4
0
        public chuongTrinhTourDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Ejemplo n.º 5
0
        public nhanVienNhomDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Ejemplo n.º 6
0
        public khachHangDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Ejemplo n.º 7
0
        public DanhSachDichVuDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Ejemplo n.º 8
0
        public loaiThanhToanDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }