Add and delete service reminders
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MileageTraker.Web.ViewModels.ServiceReminder
|
||||
{
|
||||
public class ServiceReminderResultsViewModel
|
||||
{
|
||||
public IEnumerable<ServiceReminderViewModel> ServiceReminderItems { get; set; }
|
||||
public string VehicleId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user