Subversion Repositories eFlore/Projets.eflore-projets

Rev

Blame | Last modification | View Log | RSS feed

<?php
interface NomResponsabilite {
        public function traiterChampsRetour(Array $champsRetour);
}
?>