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

Delete

Are you sure you want to delete this?

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)
Back to List