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