예제 #1
0
        public int?DonnerParNom(ChercherPar cp)
        {
            UtilisateurService rs = new UtilisateurService();

            return(rs.DonnerParNom(cp.chercheString));

            throw new NotImplementedException();
        }
예제 #2
0
        public int?DonnerParNom(ChercherPar cp)
        {
            ArbreService rs = new ArbreService();

            return(rs.DonnerParNom(cp.chercheString, cp.chercheInt));

            throw new NotImplementedException();
        }