public AdherentController()
 {
     aDA             = new AdherentDA();
     participantDA   = new ParticipantDA();
     participationDA = new ParticipationDA();
     conjointDA      = new ConjointDA();
     enfantDA        = new EnfantDA();
 }
Exemple #2
0
 public EnfantController()
 {
     eDA = new EnfantDA();
 }