79808182838485
@Override @GET @Transactional(readOnly = true) public WorkReportListDTO getWorkReports() { return new WorkReportListDTO(findAll()); }