Exemple #1
0
 public NewsDAO()
 {
     db = new ShopMVC5DbContext();
 }
Exemple #2
0
 public UserDAO()
 {
     db = new ShopMVC5DbContext();
 }
 public ProductDAO()
 {
     db = new ShopMVC5DbContext();
 }
Exemple #4
0
 public ImageDAO()
 {
     db = new ShopMVC5DbContext();
 }
Exemple #5
0
 public ProductCategoryDAO()
 {
     db = new ShopMVC5DbContext();
 }
 public ProductDetailDao()
 {
     db = new ShopMVC5DbContext();
 }
 public OrderDetailDAO()
 {
     db = new ShopMVC5DbContext();
 }