Пример #1
0
        public bool AjouterEnfant(int id, int idEnfant)
        {
            return(_rep.AjouterEnfant(id, idEnfant));

            throw new NotImplementedException();
        }