Move DTOs out to remove dependency on api
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-15 12:34:57 -04:00
parent e6d6b629db
commit 6a2c2a2c33
5 changed files with 4 additions and 4 deletions

View File

@@ -21,6 +21,7 @@
<ItemGroup>
<ProjectReference Include="..\DBConnection\DBConnection.csproj" />
<ProjectReference Include="..\Shared\Shared.csproj" />
</ItemGroup>
</Project>