13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
@page "/tra"
|
|
@using Web.Tra.Services
|
|
@inject CPXV2LogService CPXV2LogService
|
|
|
|
<h3>TRA</h3>
|
|
|
|
@code {
|
|
protected override async Task OnInitializedAsync()
|
|
{
|
|
CPXV2LogService.Test();
|
|
}
|
|
}
|