예제 #1
0
 public void Detach(Town town)
 {
     towns.Remove(town);
 }
예제 #2
0
 public void Attach(Town town)
 {
     towns.Add(town);
 }