create unit tests

This commit is contained in:
2024-10-20 20:49:15 +02:00
parent c2f62fdffb
commit 92a9177d1f
4 changed files with 262 additions and 1 deletions

View File

@ -25,4 +25,8 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="UnitTests" />
</ItemGroup>
</Project>