@model Yavsc.Models.Haircut.HairPrestation @{ ViewData["Title"] = @SR["Delete"]; }

@SR["Delete"]

@SR["AreYourSureYouWantToDeleteThis"]

HairPrestation


@Html.DisplayNameFor(model => model.Cares)
@Html.DisplayFor(model => model.Cares)
@Html.DisplayNameFor(model => model.Cut)
@Html.DisplayFor(model => model.Cut)
@Html.DisplayNameFor(model => model.Dressing)
@Html.DisplayFor(model => model.Dressing)
@Html.DisplayNameFor(model => model.Gender)
@Html.DisplayFor(model => model.Gender)
@Html.DisplayNameFor(model => model.Length)
@Html.DisplayFor(model => model.Length)
@Html.DisplayNameFor(model => model.Shampoo)
@Html.DisplayFor(model => model.Shampoo)
@Html.DisplayNameFor(model => model.Tech)
@Html.DisplayFor(model => model.Tech)