Add vehicle service controller and view
This commit is contained in:
@@ -145,6 +145,7 @@
|
||||
<Compile Include="Controllers\CityController.cs" />
|
||||
<Compile Include="Controllers\ControllerBase.cs" />
|
||||
<Compile Include="Controllers\FuelLogController.cs" />
|
||||
<Compile Include="Controllers\VehicleServiceController.cs" />
|
||||
<Compile Include="Controllers\PurposeController.cs" />
|
||||
<Compile Include="Controllers\UserController.cs" />
|
||||
<Compile Include="DAL\CityNotFoundException.cs" />
|
||||
@@ -215,6 +216,10 @@
|
||||
<Compile Include="Migrations\201510021445490_LogVehicleRelationship.Designer.cs">
|
||||
<DependentUpon>201510021445490_LogVehicleRelationship.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\201510070326593_VehicleService.cs" />
|
||||
<Compile Include="Migrations\201510070326593_VehicleService.Designer.cs">
|
||||
<DependentUpon>201510070326593_VehicleService.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Models\DomainRules.cs" />
|
||||
<Compile Include="Models\FuelLog.cs" />
|
||||
@@ -248,6 +253,10 @@
|
||||
<Compile Include="ViewModels\Log\LogViewModel.cs" />
|
||||
<Compile Include="ViewModels\Log\LogIndexViewModel.cs" />
|
||||
<Compile Include="ViewModels\Log\LogPartialDetails.cs" />
|
||||
<Compile Include="Models\VehicleService.cs" />
|
||||
<Compile Include="ViewModels\VehicleService\VehicleServiceQueryViewModel.cs" />
|
||||
<Compile Include="ViewModels\VehicleService\VehicleServiceResultsViewModel.cs" />
|
||||
<Compile Include="ViewModels\VehicleService\VehicleServiceViewModel.cs" />
|
||||
<Compile Include="ViewModels\Vehicle\VehicleResultsViewModel.cs" />
|
||||
<Compile Include="ViewModels\SelectListViewModel.cs" />
|
||||
<Compile Include="ViewModels\User\ExportUserViewModel.cs" />
|
||||
@@ -319,6 +328,8 @@
|
||||
<Content Include="Views\FuelLog\Match.cshtml" />
|
||||
<Content Include="Views\FuelLog\MatchLogViewModelPartial.cshtml" />
|
||||
<Content Include="Views\Shared\EditorTemplates\FuelLogResultsViewModel.cshtml" />
|
||||
<Content Include="Views\VehicleService\Index.cshtml" />
|
||||
<Content Include="Views\VehicleService\Create.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Content\Account.Login.css" />
|
||||
@@ -551,6 +562,9 @@
|
||||
<EmbeddedResource Include="Migrations\201510021445490_LogVehicleRelationship.resx">
|
||||
<DependentUpon>201510021445490_LogVehicleRelationship.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Migrations\201510070326593_VehicleService.resx">
|
||||
<DependentUpon>201510070326593_VehicleService.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
|
||||
Reference in New Issue
Block a user