[성현모] TRA GetDBContext 기능 추가

This commit is contained in:
SHM
2025-08-29 14:37:57 +09:00
parent e6f0f6d575
commit adc66987c0
5 changed files with 148 additions and 14 deletions

View File

@ -1,7 +1,12 @@
@page "/tra"
@using Web.Tra.Services
@inject CPXV2LogService CPXV2LogService
<h3>TRA</h3>
@code {
protected override async Task OnInitializedAsync()
{
CPXV2LogService.Test();
}
}