11 lines
134 B
Plaintext
11 lines
134 B
Plaintext
@Model BasketView
|
|
|
|
<ul>
|
|
<li>
|
|
<a asp-controller="HaircutCommand" asp-action="Index">
|
|
@Model.HairCutActiveQueryCount </a>
|
|
</li>
|
|
</ul>
|
|
|
|
|