Decouple DTOs from Scraping

This commit is contained in:
Robert McRackan 2019-10-21 09:25:56 -04:00
parent a1ebe1b0c8
commit fbc9824f12
18 changed files with 39 additions and 99 deletions

View file

@ -5,7 +5,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\DataLayer\DataLayer.csproj" />
<ProjectReference Include="..\LibationSearchEngine\LibationSearchEngine.csproj" />
<ProjectReference Include="..\Scraping\Scraping.csproj" />
</ItemGroup>