View.cshtml 217 B

1234567
  1. @{
  2. Layout = "~/Views/Shared/_FunctionLayout.cshtml";
  3. }
  4. @model IEnumerable<GreenTree.Nachtragsmanagement.Web.Models.Admin.User.UserDataModel>
  5. @Html.Partial("~/Views/Admin/Users/_UserGridPartial.cshtml", Model)