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