示例#1
0
 public void AddAdherent(Adherent adherentToAdd)
 {
     Adherents.Add(adherentToAdd);
 }
示例#2
0
 public void DeleteAdherent(Adherent AdherentToDelete)
 {
     Adherents.Remove(AdherentToDelete);
 }