Exemplo n.º 1
0
 public ChoixEtudiant(Etudiant etudiant, string noChoix, bool choixFinal)
 {
     Etudiant   = etudiant;
     NoChoix    = noChoix;
     ChoixFinal = choixFinal;
 }
Exemplo n.º 2
0
 public ChoixEtudiant()
 {
     Etudiant   = new Etudiant();
     NoChoix    = "";
     ChoixFinal = false;
 }