Files
moadiran/TaxPayerFull/Layout/MostInvoicedProduct.razor
mmrbnjd e8c0bed48f ...
2024-06-18 16:15:17 +03:30

7 lines
131 B
Plaintext

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