DbContext class separated.

This commit is contained in:
2025-07-05 08:47:19 +02:00
parent f96de8936d
commit 8735510dfc
6 changed files with 39 additions and 37 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>