yavsc/Yavsc/Views/Home/Basket.cshtml

11 lines
134 B
Plaintext

8 years ago
@Model BasketView
<ul>
<li>
<a asp-controller="HaircutCommand" asp-action="Index">
@Model.HairCutActiveQueryCount </a>
</li>
</ul>