示例#1
0
        public bool Activer(int id)
        {
            return(_rep.Activer(id));

            throw new NotImplementedException();
        }