@using cicm_web.Areas.Admin.Models @model IEnumerable @{ ViewData["Title"] = "Index"; }

Sound synthetizers by machine

Create New

@foreach(SoundByMachineViewModel item in Model) { }
@Html.DisplayNameFor(model => model.Machine) @Html.DisplayNameFor(model => model.SoundSynth)
@Html.DisplayFor(modelItem => item.Machine) @Html.DisplayFor(modelItem => item.SoundSynth) Details Edit Delete