@using Contracts.ViewModels; @model List @{ ViewData["Title"] = "Выбор деталей для отчета"; }

Выберите детали для отчета

@for (int i = 0; i < Model.Count; i++) { }
Select Name
@Model[i].Name
@section Scripts { }