[성현모] VPKI 프로젝트 Import

This commit is contained in:
SHM
2025-04-24 15:42:47 +09:00
parent 0a6016bc95
commit 8dcddd431b
188 changed files with 280230 additions and 68 deletions

View File

@ -11,13 +11,11 @@ using SystemX.Core.DB;
namespace HubX.Server.Services
{
public class UniqueKeyService
{
private readonly EFCoreService _efCoreService;
{
private readonly IServiceScopeFactory _scopeFactory;
public UniqueKeyService(EFCoreService efCoreService, IServiceScopeFactory scopeFactory)
{
_efCoreService = efCoreService;
public UniqueKeyService(IServiceScopeFactory scopeFactory)
{
_scopeFactory = scopeFactory;
}