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