feat: implémentation TitreAdminService pour la gestion des titres et ajout TitreAdminModèle de commande

This commit is contained in:
mirage
2026-03-31 16:53:34 +02:00
parent 21e1ab438c
commit 7c373d081b
8 changed files with 276 additions and 23 deletions

View File

@@ -21,4 +21,15 @@
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Webzine.Business.Contracts\Webzine.Business.Contracts.csproj" />
<ProjectReference Include="..\Webzine.Repository.Contracts\Webzine.Repository.Contracts.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.Extensions.Logging.Abstractions">
<HintPath>..\..\..\..\..\..\..\.nuget\packages\microsoft.extensions.logging.abstractions\10.0.5\lib\net10.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
</ItemGroup>
</Project>