示例#1
0
 public ProductCategoryDAL()
 {
     Context = new ShoppingApplicationContext();
 }
示例#2
0
 public SellerDAL()
 {
     Context = new ShoppingApplicationContext();
 }
示例#3
0
 public CustomerDAL()
 {
     Context = new ShoppingApplicationContext();
 }