Compare commits

..

2 Commits

@ -563,6 +563,8 @@ namespace FactorySystemApi.Controllers
RestResult restResult = oAService.GetSpecificationsList(oaParam); RestResult restResult = oAService.GetSpecificationsList(oaParam);
ExceptionHelper.AddSystemJournal(Request, inParam, restResult);
if (restResult != null && restResult.data != null) if (restResult != null && restResult.data != null)
{ {

Loading…
Cancel
Save