feat: Split into Controller/Application/Domain

This commit is contained in:
2026-03-16 10:53:09 +01:00
parent 59344ce6a9
commit 4b1152614e
7 changed files with 88 additions and 33 deletions

View File

@@ -8,6 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.5" />
</ItemGroup>
</Project>