Ejemplo n.º 1
0
 public void RemoveSubscriptor(NewspaperClient client)
 {
     this.newspaperClients.Remove(client);
 }
Ejemplo n.º 2
0
 public void RegisterSubscriptor(NewspaperClient client)
 {
     this.newspaperClients.Add(client);
 }