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

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

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

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

            context = new DB_TOUREntities1(c);
        }