@{ ViewBag.Title = "Relationen"; Layout = "~/Views/Shared/_Layout.cshtml"; } @model GreenTree.Nachtragsmanagement.Web.Models.Test.DbRelationModel @Html.Partial("~/Views/Shared/_HeaderNavBar.cshtml")

Datenbank - Relationen

Users:
@Html.TextAreaFor(m => m.UserJson, new { rows = 50, cols = 60 })
Deviations:
@Html.TextAreaFor(m => m.DeviationJson, new { rows = 50, cols = 60 })
Sites:
@Html.TextAreaFor(m => m.SiteJson, new { rows = 50, cols = 60 })
Appendices:
@Html.TextAreaFor(m => m.AppendixJson, new { rows = 50, cols = 60 })