BaseTestd

This commit is contained in:
Michał Zieliński
2025-06-08 14:21:45 +02:00
parent 34c1ba1483
commit 0795850666
5 changed files with 77 additions and 3 deletions

View File

@@ -159,4 +159,6 @@ app.Run();
if (app.Environment.IsProduction())
{
Log.CloseAndFlush();
}
}
// for testing purposes
public partial class Program { }