Exemple #1
0
 public void Detatch(Investor investor)
 {
     Subscribes.Remove(investor);
 }
Exemple #2
0
 public void Attach(Investor investor)
 {
     Subscribes.Add(investor);
 }