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