Files
moadiran/TaxPayerFull/Layout/MostInvoicedProduct.razor

7 lines
131 B
Plaintext
Raw Normal View History

2024-06-18 16:15:17 +03:30
@using Shared.DTOs
<h3>MostInvoicedProduct</h3>
@code {
[Parameter] public List<IdNameByCount<int>>? model { get; set; }
}