Add and delete service reminders
This commit is contained in:
@@ -147,6 +147,7 @@
|
||||
<Compile Include="Controllers\CityController.cs" />
|
||||
<Compile Include="Controllers\ControllerBase.cs" />
|
||||
<Compile Include="Controllers\FuelLogController.cs" />
|
||||
<Compile Include="Controllers\ServiceReminderController.cs" />
|
||||
<Compile Include="Controllers\VehicleServiceController.cs" />
|
||||
<Compile Include="Controllers\PurposeController.cs" />
|
||||
<Compile Include="Controllers\UserController.cs" />
|
||||
@@ -262,6 +263,8 @@
|
||||
<Compile Include="ViewModels\Log\LogPartialDetails.cs" />
|
||||
<Compile Include="Models\VehicleService.cs" />
|
||||
<Compile Include="ViewModels\DateQueryViewModel.cs" />
|
||||
<Compile Include="ViewModels\ServiceReminder\ServiceReminderViewModel.cs" />
|
||||
<Compile Include="ViewModels\ServiceReminder\ServiceReminderResultsViewModel.cs" />
|
||||
<Compile Include="ViewModels\VehicleService\VehicleServiceQueryViewModel.cs" />
|
||||
<Compile Include="ViewModels\VehicleService\VehicleServiceResultsViewModel.cs" />
|
||||
<Compile Include="ViewModels\VehicleService\VehicleServiceViewModel.cs" />
|
||||
@@ -342,6 +345,11 @@
|
||||
<Content Include="Views\VehicleService\Details.cshtml" />
|
||||
<Content Include="Views\Shared\EditorTemplates\VehicleServiceResultsViewModel.cshtml" />
|
||||
<Content Include="Views\VehicleService\Empty.cshtml" />
|
||||
<Content Include="Views\ServiceReminder\Create.cshtml" />
|
||||
<Content Include="Views\ServiceReminder\Details.cshtml" />
|
||||
<Content Include="Views\ServiceReminder\Edit.cshtml" />
|
||||
<Content Include="Views\ServiceReminder\Index.cshtml" />
|
||||
<Content Include="Views\ServiceReminder\ServiceReminderViewModel.cshtml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Content\Account.Login.css" />
|
||||
|
||||
Reference in New Issue
Block a user