...
This commit is contained in:
6
TaxPayerFull/Layout/MostInvoicedProduct.razor
Normal file
6
TaxPayerFull/Layout/MostInvoicedProduct.razor
Normal file
@@ -0,0 +1,6 @@
|
||||
@using Shared.DTOs
|
||||
<h3>MostInvoicedProduct</h3>
|
||||
|
||||
@code {
|
||||
[Parameter] public List<IdNameByCount<int>>? model { get; set; }
|
||||
}
|
Reference in New Issue
Block a user