コード例 #1
0
        public bool Detruire(int id)
        {
            return(_rep.Detruire(id));

            throw new NotImplementedException();
        }