Add project files.

This commit is contained in:
2026-07-14 09:25:59 +02:00
parent c8dcbf42d4
commit 8c64e0447f
8 changed files with 163 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
public sealed record EmailRequest(string HtmlBody, string? From, string? To);