[성현모] VPKI 프로젝트 Import
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user