Lazy Loading fix, new migration, Rents Index data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user