Exemplo n.º 1
0
 public bool Signup(IEvent @event, IParticipant participant)
 {
     return(@event.AddParticipant(participant));
 }