[성현모] TRA Recovery 생성

This commit is contained in:
SHM
2025-04-16 09:12:17 +09:00
parent ee0ebb6c62
commit 5c3405399e
118 changed files with 172244 additions and 0 deletions

View File

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using static SystemX.Product.CP.TRA.Commons;
namespace SystemX.Product.ALIS.Interface
{
interface IUserControlSubscribe
{
void setLoginStateNotice(LoginAccessLevel CurrentAccessLevel, bool bLoginState);
}
}