@model cicm_web.Areas.Admin.Models.MachinePhotoViewModel @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Machine photo


@Html.DisplayNameFor(model => model.Author)
@Html.DisplayFor(model => model.Author)
@Html.DisplayNameFor(model => model.License)
@Html.DisplayFor(model => model.License)
@Html.DisplayNameFor(model => model.Machine)
@Html.DisplayFor(model => model.Machine)
@Html.DisplayNameFor(model => model.UploadDate)
@Html.DisplayFor(model => model.UploadDate)
@Html.DisplayNameFor(model => model.UploadUser)
@Html.DisplayFor(model => model.UploadUser)
Back to List