feat(auditlog): scaffold ScadaLink.AuditLog project + tests project (#23)

This commit is contained in:
Joseph Doherty
2026-05-20 11:14:03 -04:00
parent de839627ed
commit a15ceb3ec9
6 changed files with 153 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
namespace ScadaLink.AuditLog.Configuration;
/// <summary>
/// Configuration for Audit Log (#23). Bound from the "AuditLog" section of
/// <c>appsettings.json</c>. Bundle E (M1) ships the type so the DI scaffold can
/// register it; the full property set + validator are added by Task 9.
/// </summary>
public sealed class AuditLogOptions
{
}