Структура решения

This commit is contained in:
2026-05-29 23:19:11 +03:00
commit daeae92a75
18 changed files with 715 additions and 0 deletions

9
sms-task-one.slnx Normal file
View File

@@ -0,0 +1,9 @@
<Solution>
<Folder Name="/src/">
<Project Path="src/ApiClient/ApiClient.csproj" />
<Project Path="src/ApiServer/ApiServer.csproj" />
<Project Path="src/Console/Console.csproj" />
<Project Path="src/Contracts/Contracts.csproj" />
<Project Path="src/Domain/Domain.csproj" />
</Folder>
</Solution>