Import FuelLog

This commit is contained in:
2015-09-09 22:45:27 -04:00
parent f3a7249793
commit 56dd091178
21 changed files with 500 additions and 15 deletions
+2 -1
View File
@@ -151,7 +151,7 @@
<Compile Include="DAL\CodeFirstRoleProvider.cs" />
<Compile Include="DAL\FuelmanCsvImporter.cs" />
<Compile Include="DAL\LogImporter.cs" />
<Compile Include="DAL\LogImportException.cs" />
<Compile Include="DAL\ImportException.cs" />
<Compile Include="DAL\LogImportTemplateWriter.cs" />
<Compile Include="DAL\UninitializedAccountException.cs" />
<Compile Include="DAL\UserAccountDisabledException.cs" />
@@ -210,6 +210,7 @@
<Compile Include="Models\DomainRules.cs" />
<Compile Include="Models\FuelLog.cs" />
<Compile Include="Models\PurposeType.cs" />
<Compile Include="Utility\NameNormalizer.cs" />
<Compile Include="ViewModels\Account\ResetPasswordViewModel.cs" />
<Compile Include="Models\Role.cs" />
<Compile Include="Models\User.cs" />