7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
@{
|
|
ViewBag.Title = "Users";
|
|
}
|
|
<h3>
|
|
Search for a User</h3>
|
|
@Html.Partial(MVC.Shared.Views._SearchDialog, "users")
|