feat(auditlog): AuditEvent ↔ proto mapper (#23)

This commit is contained in:
Joseph Doherty
2026-05-20 12:32:16 -04:00
parent 5c3d601198
commit 126956eee6
3 changed files with 338 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
IAuditLogRepository is registered by ScadaLink.ConfigurationDatabase; the project
reference is documented here so M2 writers + telemetry actors can depend on it. -->
<ProjectReference Include="../ScadaLink.ConfigurationDatabase/ScadaLink.ConfigurationDatabase.csproj" />
<!-- Communication carries the IngestAuditEvents proto + DTOs (#23 M2 site sync). -->
<ProjectReference Include="../ScadaLink.Communication/ScadaLink.Communication.csproj" />
</ItemGroup>
<ItemGroup>