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