This commit is contained in:
@@ -10,7 +10,7 @@ namespace Dilon.Core
|
||||
SysUser User { get; }
|
||||
long UserId { get; }
|
||||
|
||||
Task<SysUser> CheckUserAsync(long userId, bool tracking = true);
|
||||
Task<SysEmp> GetUserEmpInfo(long userId);
|
||||
Task<SysUser> CheckUserAsync(string userId, bool tracking = true);
|
||||
Task<SysEmp> GetUserEmpInfo(string userId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user