class AllowedPet { public Guid Id { get; set; } public PetType Type { get; set; } }
Last updated 2 years ago