Add UserList

This commit is contained in:
2023-01-27 09:36:14 -05:00
parent 4e3daa7320
commit 8e16510ad9
4 changed files with 39 additions and 1 deletions
@@ -0,0 +1,4 @@
@inherits Umbraco.Web.Macros.PartialViewMacroPage
@{
Html.RenderAction("UserList", "Membership");
}