yavsc/src/Yavsc/Views/Account/Index.cshtml
2023-03-20 09:13:16 +00:00

6 lines
79 B
Text

@{
ViewData["Title"] = "Index";
}
<a asp-action="UserList" >UserList</a>