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