예제 #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);
        }
예제 #3
0
        public diaDiemDuLichDAL()
        {
            string c = Config.GetConnectionString();

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

            context = new DB_TOUREntities1(c);
        }
예제 #5
0
        public nhanVienNhomDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
예제 #6
0
        public khachHangDAL()
        {
            string c = Config.GetConnectionString();

            context = new DB_TOUREntities1(c);
        }
예제 #7
0
        public DanhSachDichVuDAL()
        {
            string c = Config.GetConnectionString();

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

            context = new DB_TOUREntities1(c);
        }