feat(dal,aihitloader): Создали таблицы схемы Units и сервисы к ним.

This commit is contained in:
Mikhail Kuznetsov
2025-05-14 15:13:30 +10:00
parent a89e7f7b86
commit b03af638f6
27 changed files with 4361 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ WORKDIR /src
COPY ["NuGet.config", "."]
COPY ["PARR.AIHITLoaderWorker/PARR.AIHITLoaderWorker.csproj", "PARR.AIHITLoaderWorker/"]
COPY ["PARR.AIHITLoader/PARR.AIHITLoader.csproj", "PARR.AIHITLoader/"]
COPY ["PARR.AIHITLoader/PARR.AIHITMainLoader.csproj", "PARR.AIHITMainLoader/"]
COPY ["PARR.BLL/PARR.BLL.csproj", "PARR.BLL/"]
COPY ["PARR.Common/PARR.Common.csproj", "PARR.Common/"]
RUN dotnet restore "./PARR.AIHITLoaderWorker/./PARR.AIHITLoaderWorker.csproj"

View File

@@ -19,5 +19,6 @@
<ItemGroup>
<ProjectReference Include="..\PARR.AIHITLoader\PARR.AIHITLoader.csproj" />
<ProjectReference Include="..\PARR.AIHITMainLoader\PARR.AIHITMainLoader.csproj" />
</ItemGroup>
</Project>