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

@@ -15,7 +15,7 @@
<thead>
<tr>
<th>
ID
@Html.DisplayNameFor(model => model.Id)
</th>
<th>
@Html.DisplayNameFor(model => model.Brand)
@@ -27,13 +27,13 @@
@Html.DisplayNameFor(model => model.Year)
</th>
<th>
Seats
@Html.DisplayNameFor(model => model.CountPassengerSeats)
</th>
<th>
@Html.DisplayNameFor(model => model.Description)
</th>
<th>
Daily price
@Html.DisplayNameFor(model => model.PriceForDay)
</th>
@if (this.User.IsInRole("Admin"))
{