10 lines
128 B
Plaintext
10 lines
128 B
Plaintext
@page "/system/currency/list"
|
|
@inject ILogger<CurrencyList> Logger
|
|
@attribute [Authorize]
|
|
|
|
<h3>CurrencyList</h3>
|
|
|
|
@code {
|
|
|
|
}
|