Beispiel #1
0
 public ShelterRepository(AnimalContext animalContext)
 {
     _animalContext = animalContext;
 }
Beispiel #2
0
 public AnimalRepository(AnimalContext animalContext)
 {
     _animalContext = animalContext;
 }