public ProductCategoryDAL() { Context = new ShoppingApplicationContext(); }
public SellerDAL() { Context = new ShoppingApplicationContext(); }
public CustomerDAL() { Context = new ShoppingApplicationContext(); }