Пример #1
0
 public void Detach(Town town)
 {
     towns.Remove(town);
 }
Пример #2
0
 public void Attach(Town town)
 {
     towns.Add(town);
 }