Exemplo n.º 1
0
 public void Detach(IStockInvestor investor)
 {
     _investors.Remove(investor);
 }
Exemplo n.º 2
0
 public void Attach(IStockInvestor investor)
 {
     _investors.Add(investor);
 }