AllowedPet

class AllowedPet
{
    public Guid Id { get; set; }
    public PetType Type { get; set; }
}

Last updated