ui
This commit is contained in:
parent
1c79605606
commit
724e0e17ef
11 changed files with 5831 additions and 4360 deletions
8
Yavsc/Views/Account/UserList.cshtml
Normal file
8
Yavsc/Views/Account/UserList.cshtml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@model ApplicationUser[]
|
||||
@{
|
||||
ViewData["Title"] = "Liste des utilisateurs";
|
||||
}
|
||||
|
||||
<h2>@ViewData["Title"].</h2>
|
||||
|
||||
@Html.DisplayFor(m=>m)
|
||||
Loading…
Add table
Add a link
Reference in a new issue