public EFAnimalRepository(AnimalSanctuaryDbContext thisDb) { db = thisDb; }
public EFAnimalRepository() { db = new AnimalSanctuaryDbContext(); }