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