Example #1
0
 public List<AuditEvent> findAll() {
   return auditEventConverter.convertToAuditEvent(persistenceAuditEventRepository.findAll());
 }