public manHinhDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Exemple #2
0
        public phanQuyenDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
        public diaDiemDuLichDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
        public chuongTrinhTourDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
        public nhanVienNhomDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
        public khachHangDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
        public DanhSachDichVuDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Exemple #8
0
        public loaiThanhToanDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }