Exemple #1
0
 public DonHangDAO()
 {
     db = new PhongShopDB();
 }
 public DiscountDAO()
 {
     db = new PhongShopDB();
 }
Exemple #3
0
 public DanhMucDAO()
 {
     db = new PhongShopDB();
 }
 public SlideNewProductDAO()
 {
     db = new PhongShopDB();
 }
Exemple #5
0
 public KhachHangDAO()
 {
     db = new PhongShopDB();
 }