Beispiel #1
0
 public OwnerRepository(PetShopV2Context context)
 {
     _context = context;
 }
Beispiel #2
0
 public PetRepository(PetShopV2Context context)
 {
     _context = context;
 }