示例#1
0
 protected KhachHangModel()
 {
     this._db = new DBTableEntities();
 }
示例#2
0
 protected CTTourModel()
 {
     this._db = new DBTableEntities();
 }
示例#3
0
 protected TinhThanhModel()
 {
     this._db = new DBTableEntities();
 }
示例#4
0
 protected NhanVienModel()
 {
     this._db = new DBTableEntities();
 }
示例#5
0
 protected LoaiNvModel()
 {
     this._db = new DBTableEntities();
 }
示例#6
0
 protected DiaDiemModel()
 {
     this._db = new DBTableEntities();
 }
示例#7
0
 protected CTDoanKhachModel()
 {
     this._db = new DBTableEntities();
 }
示例#8
0
 protected QuocGiaModel()
 {
     this._db = new DBTableEntities();
 }
示例#9
0
 protected LoaiHinhDuLichModel()
 {
     this._db = new DBTableEntities();
 }
示例#10
0
 protected DoanModel()
 {
     this._db = new DBTableEntities();
 }