示例#1
0
        public bool idsDelete(int IdsId)
        {
            idsImpl oidsImpl = new idsImpl();

            return(oidsImpl.idsDelete(IdsId));
        }