Add exception for missing city

This commit is contained in:
2014-05-30 20:19:11 -04:00
parent fd439b2a20
commit ea4351d6a8
3 changed files with 17 additions and 14 deletions
+1
View File
@@ -133,6 +133,7 @@
<Compile Include="Controllers\ControllerBase.cs" />
<Compile Include="Controllers\PurposeController.cs" />
<Compile Include="Controllers\UserController.cs" />
<Compile Include="DAL\CityNotFoundException.cs" />
<Compile Include="DAL\CodeFirstMembershipProvider.cs" />
<Compile Include="DAL\CodeFirstRoleProvider.cs" />
<Compile Include="DAL\LogImporter.cs" />