Exemplo n.º 1
0
        public bool SupprimerEnfant(int id, int idEnfant)
        {
            return(_rep.SupprimerEnfant(id, idEnfant));

            throw new NotImplementedException();
        }