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