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