Ejemplo n.º 1
0
 public void RemoveCommunArea(CommunArea communArea)
 {
     CommunAreas.Remove(communArea);
 }
Ejemplo n.º 2
0
 public void AddCommunArea(CommunArea communArea)
 {
     CommunAreas.Add(communArea);
 }