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