feat: Define data models and set up DB connection with Dapper

This commit is contained in:
2025-07-01 11:10:28 -03:00
parent 76635a0da9
commit 656137f2bc
12 changed files with 121 additions and 34 deletions

View File

@@ -7,7 +7,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentMigrator.Runner" Version="7.1.0" />
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="9.0.1" />
</ItemGroup>
<ItemGroup>