Exemplo n.º 1
0
 public Ratio(TypeCours type, CategoriePersonnel categorie)
 {
     this.typeCours          = type;
     this.categoriePersonnel = categorie;
 }
 public Personnel(String nom, String prenom, CategoriePersonnel categoriePersonnel)
 {
     this.nom                = nom;
     this.prenom             = prenom;
     this.categoriePersonnel = categoriePersonnel;
 }