Exemple #1
0
        public IHttpActionResult AddExceptionCodeAPI(ExceptionDTO dto)
        {
            var result = exceptionService.AddExceptionCode(dto);

            return(Ok(result));
        }