public int DeleExceptionCodeAPI(string IDs) { var result = exceptionService.DeleExceptionCode(IDs); return(result); }