@model Media @{ Layout = null; } Delete

Are you sure you want to delete this?

Media


@Html.DisplayNameFor(model => model.Type)
@Html.DisplayFor(model => model.Type)
@Html.DisplayNameFor(model => model.Real)
@Html.DisplayFor(model => model.Real)
@Html.DisplayNameFor(model => model.Count)
@Html.DisplayFor(model => model.Count)
| Back to List