Beispiel #1
0
 public void Apply(TopicVotedEvent @event)
 {
     Id          = @event.VotingId;
     _votingPair = _votingPair.VoteForTopic(@event.Topic);
 }