Beispiel #1
0
 public ChiTietSPDAO()
 {
     context = new AutoShop_DbContext();
 }
Beispiel #2
0
 public SanPhamDAO()
 {
     context = new AutoShop_DbContext();
 }
Beispiel #3
0
 public BlogDAO()
 {
     context = new AutoShop_DbContext();
 }
 public CategoryDAO()
 {
     context = new AutoShop_DbContext();
 }