public NewsDAO() { db = new ShopMVC5DbContext(); }
public UserDAO() { db = new ShopMVC5DbContext(); }
public ProductDAO() { db = new ShopMVC5DbContext(); }
public ImageDAO() { db = new ShopMVC5DbContext(); }
public ProductCategoryDAO() { db = new ShopMVC5DbContext(); }
public ProductDetailDao() { db = new ShopMVC5DbContext(); }
public OrderDetailDAO() { db = new ShopMVC5DbContext(); }