Beispiel #1
0
 public SlideADO()
 {
     db = new DbFashionShop();
 }
Beispiel #2
0
 public ProductCategoryADO()
 {
     db = new DbFashionShop();
 }
 public ContactADO()
 {
     db = new DbFashionShop();
 }
 public IntroduceADO()
 {
     db = new DbFashionShop();
 }
Beispiel #5
0
 public UserADO()
 {
     db = new DbFashionShop();
 }
 public OrderDetailADO()
 {
     db = new DbFashionShop();
 }
Beispiel #7
0
 public ProductADO()
 {
     db = new DbFashionShop();
 }
Beispiel #8
0
 public OrderADO()
 {
     db = new DbFashionShop();
 }
 public FooterADO()
 {
     db = new DbFashionShop();
 }
 public NewsCategoryADO()
 {
     db = new DbFashionShop();
 }
Beispiel #11
0
 public MainMenuADO()
 {
     db = new DbFashionShop();
 }
Beispiel #12
0
 public FeedbackADO()
 {
     db = new DbFashionShop();
 }