Loose coupling of data models using interfaces

This commit is contained in:
2020-06-28 12:07:50 +01:00
parent 7c8ef0cc10
commit af984ecfb1
10 changed files with 75 additions and 13 deletions
+4
View File
@@ -10,6 +10,10 @@
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FireLance\FireLance.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="games.db">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>