Lazy Loading fix, new migration, Rents Index data

This commit is contained in:
Dimitar Byalkov
2022-04-09 03:21:47 +03:00
parent 21117225b7
commit 9c857a9458
14 changed files with 143 additions and 92 deletions

View File

@@ -13,22 +13,22 @@
<thead>
<tr>
<th>
First name
@Html.DisplayNameFor(model => model.FirstName)
</th>
<th>
Last name
@Html.DisplayNameFor(model => model.LastName)
</th>
<th>
ID number
@Html.DisplayNameFor(model => model.PersonalNumber)
</th>
<th>
Username
@Html.DisplayNameFor(model => model.UserName)
</th>
<th>
E-mail
@Html.DisplayNameFor(model => model.Email)
</th>
<th>
Phone number
@Html.DisplayNameFor(model => model.PhoneNumber)
</th>
<th>
Actions