[성현모] TRA GetDBContext 기능 추가
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
@page "/tra"
|
||||
@using Web.Tra.Services
|
||||
@inject CPXV2LogService CPXV2LogService
|
||||
|
||||
<h3>TRA</h3>
|
||||
|
||||
@code {
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
CPXV2LogService.Test();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user