Beispiel #1
0
 public void Detach(IOnlineShopper investor)
 {
     _shoppers.Remove(investor);
 }
Beispiel #2
0
 public void Attach(IOnlineShopper investor)
 {
     _shoppers.Add(investor);
 }