public ProductViewHome()
 {
     db = new PetStoreOnlineDbContext();
 }
Beispiel #2
0
 public PetToyModel()
 {
     db = new PetStoreOnlineDbContext();
 }
Beispiel #3
0
 public PetMedicineModel()
 {
     db = new PetStoreOnlineDbContext();
 }