@model MileageTraker.Web.ViewModels.ServiceReminder.ServiceReminderViewModel

Service Reminder

@Html.DisplayForModel()
@Html.ActionLink("Edit", "Edit", new { id = Model.ServiceReminderId }, new { @class = "btn" }) @Html.ActionLink("Delete", "Delete", new { id = Model.ServiceReminderId }, new { @class = "btn" })