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

            return(Ok(result));
        }