Exemplo n.º 1
0
 public void Register(Colleague colleague)
 {
     colleague.SetMediator(this);
     this.colleagues.Add(colleague);
 }