@model StockManMVC.Models.vItemFlux2Save @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

vItemFlux2Save


@Html.DisplayNameFor(model => model.NumMov)
@Html.DisplayFor(model => model.NumMov)
@Html.DisplayNameFor(model => model.TotQta)
@Html.DisplayFor(model => model.TotQta)
@Html.DisplayNameFor(model => model.TotValCar)
@Html.DisplayFor(model => model.TotValCar)
@Html.DisplayNameFor(model => model.TotQtaCar)
@Html.DisplayFor(model => model.TotQtaCar)
@using (Html.BeginForm()) { @Html.AntiForgeryToken()
| @Html.ActionLink("Back to List", "Index")
}