EmailOut-Entität und EmailOutDto-Record für die Datenbankzuordnung und Datenübertragung hinzugefügt. Die Projektebenen sind gemäß den Prinzipien der Clean Architecture strukturiert.

This commit is contained in:
Developer 02
2024-05-16 17:36:38 +02:00
parent 1f990557f7
commit 6b931c21ff
12 changed files with 309 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}