@page @model EveryThing.Pages.Notes.DeleteModel

Are you sure you want to delete this?

Note


@Html.DisplayNameFor(model => model.Note.Status)
@Html.DisplayFor(model => model.Note.Status)
@Html.DisplayNameFor(model => model.Note.DateSubmitted)
@Html.DisplayFor(model => model.Note.DateSubmitted)
@Html.DisplayNameFor(model => model.Note.DateReminder)
@Html.DisplayFor(model => model.Note.DateReminder)
@Html.DisplayNameFor(model => model.Note.Description)
@Html.DisplayFor(model => model.Note.Description)
@Html.DisplayNameFor(model => model.Note.Employee)
@Html.DisplayFor(model => model.Note.Employee.BankAccount)
@Html.DisplayNameFor(model => model.Note.Vehicle)
@Html.DisplayFor(model => model.Note.Vehicle.RegistrationNumber)
@Html.DisplayNameFor(model => model.Note.Company)
@Html.DisplayFor(model => model.Note.Company.Ceo)
| Back to List