コード例 #1
0
 public List <AuditLogEntryDTO> Handle(GetAuditEntriesQuery query)
 {
     return(_auditLogService.GetAuditLogEntries(query));
 }