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