Example #1
0
        public manHinhDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
Example #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);
        }
Example #6
0
        public khachHangDAL()
        {
            string c = Config.GetConnectionString();

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

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

            context = new DB_TOUREntities1(c);
        }