CsvImportateur<Pays> importateur = new CsvImportateur<Pays>();
paysImportes = importateur.importe(fluxFichier, new CSVPaysDecodeur() /*, gestionnaireErreur*/);
} else {
XlsImportateur<Pays> importateur = new XlsImportateur<Pays>();
paysImportes = importateur.importe(fluxFichier, "pays", new XlsPaysDecodeur());
}
// if (gestionnaireErreur.contientErreur()) {
//
// }