@model orthodox.Model.PersonInformation @{ Layout = null; } Details

PersonInformation


@Html.DisplayNameFor(model => model.Name)
@Html.DisplayFor(model => model.Name)
@Html.DisplayNameFor(model => model.Phone)
@Html.DisplayFor(model => model.Phone)
@Html.DisplayNameFor(model => model.Email)
@Html.DisplayFor(model => model.Email)
Edit | Back to List