コード例 #1
0
 public static List <Personne> PersonneParNom(string nom)
 {
     return(GestionServicesPersonne.TouteslesPersonnesParNom(nom));
 }