@using ComputerShopContracts.ViewModels @model List @{ ViewData["Title"] = "Assembly"; }

Сборки

@{ if (Model == null) {

Авторизируйтесь

return; }

Создать сборку

@foreach (var item in Model) { }
Номер Сборка Цена
@Html.DisplayFor(modelItem => item.Id) @Html.DisplayFor(modelItem => item.AssemblyName) @Html.DisplayFor(modelItem => item.Price)
}