public int CloseExceptionOrderAPI(ExceptionDTO dto) { var result = exceptionService.CloseExceptionOrder(dto); return(result); }