Exemplo n.º 1
0
 public void AddAdherent(Adherent adherentToAdd)
 {
     Adherents.Add(adherentToAdd);
 }
Exemplo n.º 2
0
 public void DeleteAdherent(Adherent AdherentToDelete)
 {
     Adherents.Remove(AdherentToDelete);
 }