Abstract database init to own class

This commit is contained in:
Matt Nadareski
2016-03-24 16:17:33 -07:00
parent 302bdddb7f
commit f9781747d7
3 changed files with 99 additions and 90 deletions

View File

@@ -69,6 +69,7 @@
<Compile Include="Helper\Converters.cs" />
<Compile Include="Core\Generate.cs" />
<Compile Include="Core\Import.cs" />
<Compile Include="Helper\Database.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Helper\Remapping.cs" />