Use name/count model.

This commit is contained in:
2019-12-03 22:42:49 +00:00
parent e380126937
commit a0fafabb2c
15 changed files with 2329 additions and 42 deletions

View File

@@ -38,7 +38,7 @@
<thead>
<tr>
<th>
@Html.DisplayNameFor(model => model.Value)
@Html.DisplayNameFor(model => model.Name)
</th>
<th>
@Html.DisplayNameFor(model => model.Count)
@@ -51,7 +51,7 @@
{
<tr>
<td>
@Html.DisplayFor(modelItem => item.Value)
@Html.DisplayFor(modelItem => item.Name)
</td>
<td>
@Html.DisplayFor(modelItem => item.Count)