Esempio n. 1
0
 public FoodDAO()
 {
     this.db = new QuanLyNhaHangEntities();
 }
Esempio n. 2
0
 public DeskDAO()
 {
     this.db = new QuanLyNhaHangEntities();
 }
 public AccountDAO()
 {
     this.db = new QuanLyNhaHangEntities();
 }
Esempio n. 4
0
 public BillDAO()
 {
     this.db = new QuanLyNhaHangEntities();
 }
Esempio n. 5
0
 public FoodTypeDao()
 {
     this.db = new QuanLyNhaHangEntities();
 }
 public BillDetailDao()
 {
     this.db = new QuanLyNhaHangEntities();
 }