@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_Layout.cshtml"; } @model GreenTree.Nachtragsmanagement.Web.Models.User.UserModel

Benutzer anlegen

@using (Html.BeginForm()) {
@Html.EditorFor(m => m.CustomId)
@Html.EditorFor(m => m.Forename)
@Html.EditorFor(m => m.Lastname)
@Html.EditorFor(m => m.MailAddress)
}