Example #1
0
 public void Detach(Investor investor)
 {
     investors.Remove(investor);
 }
Example #2
0
 public void Attach(Investor investor)
 {
     investors.Add(investor);
 }