예제 #1
0
 protected KhachHangModel()
 {
     this._db = new DBTableEntities();
 }
예제 #2
0
파일: CTTourModel.cs 프로젝트: fuhaou/Tour
 protected CTTourModel()
 {
     this._db = new DBTableEntities();
 }
예제 #3
0
 protected TinhThanhModel()
 {
     this._db = new DBTableEntities();
 }
예제 #4
0
 protected NhanVienModel()
 {
     this._db = new DBTableEntities();
 }
예제 #5
0
파일: LoaiNvModel.cs 프로젝트: fuhaou/Tour
 protected LoaiNvModel()
 {
     this._db = new DBTableEntities();
 }
예제 #6
0
파일: DiaDiemModel.cs 프로젝트: fuhaou/Tour
 protected DiaDiemModel()
 {
     this._db = new DBTableEntities();
 }
예제 #7
0
 protected CTDoanKhachModel()
 {
     this._db = new DBTableEntities();
 }
예제 #8
0
파일: QuocGiaModel.cs 프로젝트: fuhaou/Tour
 protected QuocGiaModel()
 {
     this._db = new DBTableEntities();
 }
예제 #9
0
 protected LoaiHinhDuLichModel()
 {
     this._db = new DBTableEntities();
 }
예제 #10
0
 protected DoanModel()
 {
     this._db = new DBTableEntities();
 }