Changed implementation of sample data

Creating a new entry does not create an useless history value
WIP import data
This commit is contained in:
BONNEVILLE Geoffroy
2018-09-10 11:13:44 +02:00
parent deec19a60c
commit bbae2c356a
7 changed files with 66 additions and 8 deletions

View File

@@ -117,6 +117,8 @@
</Compile>
<Compile Include="Converters\IntToSymbolConverter.cs" />
<Compile Include="Exceptions\NavigationException.cs" />
<Compile Include="ImportFormats\CsvImportFormat.cs" />
<Compile Include="ImportFormats\NullImportFormat.cs" />
<Compile Include="Interfaces\IFormat.cs" />
<Compile Include="Interfaces\IImportService.cs" />
<Compile Include="Interfaces\IProxyInvocationHandler.cs" />