Esempio n. 1
0
 public ProductCategoryDAL()
 {
     Context = new ShoppingApplicationContext();
 }
Esempio n. 2
0
 public SellerDAL()
 {
     Context = new ShoppingApplicationContext();
 }
Esempio n. 3
0
 public CustomerDAL()
 {
     Context = new ShoppingApplicationContext();
 }