Ejemplo n.º 1
0
 public void Detach(IOnlineShopper investor)
 {
     _shoppers.Remove(investor);
 }
Ejemplo n.º 2
0
 public void Attach(IOnlineShopper investor)
 {
     _shoppers.Add(investor);
 }