Exemple #1
0
        public int DeleExceptionCodeAPI(string IDs)
        {
            var result = exceptionService.DeleExceptionCode(IDs);

            return(result);
        }