public PetRepository(PetshopAppContext ctx) { _ctx = ctx; }
public OwnerRepository(PetshopAppContext ctx) { _ctx = ctx; }