Esempio n. 1
0
        public bool AjouterParent(int id, int idParent)
        {
            return(_rep.AjouterParent(id, idParent));

            throw new NotImplementedException();
        }