refactor: rewrite the api for the dto project

This commit is contained in:
2024-02-16 23:56:45 +03:00
parent 1b8c82949a
commit 1caaa4759e
6 changed files with 47 additions and 36 deletions

View File

@ -28,6 +28,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ApiDto\ApiDto.csproj" />
<ProjectReference Include="..\Domain\Domain.csproj" />
<ProjectReference Include="..\Persistence\Persistence.csproj" />
</ItemGroup>