Ejemplo n.º 1
0
 public void Detatch(Investor investor)
 {
     Subscribes.Remove(investor);
 }
Ejemplo n.º 2
0
 public void Attach(Investor investor)
 {
     Subscribes.Add(investor);
 }