This commit is contained in:
mmrbnjd
2024-06-18 16:15:17 +03:30
parent 692aa30afe
commit e8c0bed48f
6 changed files with 34 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
@using Shared.DTOs
<h3>MostInvoicedProduct</h3>
@code {
[Parameter] public List<IdNameByCount<int>>? model { get; set; }
}