コード例 #1
0
        public BaseResponse <BaseResponseList <ExceptionLog> > getExceptionLogs(ExceptionLogSearchRequest condtion)
        {
            var result = ExceptionLog.searchList(condtion);

            return(BaseResponse.getResult(result));
        }