@model Yavsc.Models.Musical.InstrumentRating @{ ViewData["Title"] = "Delete"; }

Delete

AreYourSureYouWantToDeleteThis

InstrumentRating


@Html.DisplayNameFor(model => model.Rate)
@Html.DisplayFor(model => model.Rate)
@Html.DisplayNameFor(model => model.Instrument.Name)
@Html.DisplayFor(model => model.Instrument.Name)