feat: implement database integration for style and title repositories

This commit is contained in:
mirage
2026-03-25 14:22:28 +01:00
parent fa1639e3b5
commit adeb2a0550
3 changed files with 73 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Webzine.EntitiesContext\Webzine.EntitiesContext.csproj" />
<ProjectReference Include="..\Webzine.Entity\Webzine.Entity.csproj" />
<ProjectReference Include="..\Webzine.Repository.Contracts\Webzine.Repository.Contracts.csproj" />
</ItemGroup>