yavsc/Yavsc/Views/Home/Basket.cshtml
2017-04-08 09:17:15 +02:00

10 lines
134 B
Text

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