Beispiel #1
0
 public void RemoveCommunArea(CommunArea communArea)
 {
     CommunAreas.Remove(communArea);
 }
Beispiel #2
0
 public void AddCommunArea(CommunArea communArea)
 {
     CommunAreas.Add(communArea);
 }