@model Cicm.Database.Models.SoundByMachine @{ ViewData["Title"] = "Details"; }

Details

Sound by machine


@Html.DisplayNameFor(model => model.Machine)
@Html.DisplayFor(model => model.Machine.Name)
@Html.DisplayNameFor(model => model.SoundSynth)
@Html.DisplayFor(model => model.SoundSynth.Name)
Edit Back to List