Exemplo n.º 1
0
 public OrderDetailDao()    //khởi tạo OrderDetailDao khởi tạo luôn biến db
 {
     db = new QLCDFoodEntities();
 }
Exemplo n.º 2
0
 public AdminDao()    //khởi tạo AdminDao khởi tạo luôn biến db
 {
     db = new QLCDFoodEntities();
 }
 public ProductDao()
 {
     db = new QLCDFoodEntities();
 }
Exemplo n.º 4
0
 public UserDao()    //khởi tạo UserDao khởi tạo luôn biến db
 {
     db = new QLCDFoodEntities();
 }