Ejemplo n.º 1
0
 void When(CalendarEntryParticipantInvited e)
 {
     this.invitees.Add(e.Participant);
 }
Ejemplo n.º 2
0
 void When(CalendarEntryParticipantInvited e)
 {
     this.invitees.Add(e.Participant);
 }
Ejemplo n.º 3
0
 private void When(CalendarEntryParticipantInvited e)
 {
     _invitees.Add(e.Participant);
 }