add user managment(edit/delete/logout) and session

This commit is contained in:
2024-07-27 17:17:28 +03:30
parent 09f9d07f03
commit 08277427c7
12 changed files with 226 additions and 242 deletions

View File

@ -39,5 +39,5 @@
}
<div>
@Html.ActionLink("Back to List", "Index")
@Html.ActionLink("don't have an account? register now", "Register")
</div>