I have a DTO object that has a property for EventId and EmailAddress. There could be multiple EventIds and Email address. How can I just take the list down to just one email address per eventid... so If I have 2 event ids, they could have the same email address though.
↧