mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 08:46:35 +08:00
style: 修改聚合跟类命名
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Yi.Framework.Rbac.Application.SignalRHubs
|
||||
lock (objLock)
|
||||
{
|
||||
var name = CurrentUser.UserName;
|
||||
var loginUser = new LoginLogEntity().GetInfoByHttpContext(_httpContext);
|
||||
var loginUser = new LoginLogAggregateRoot().GetInfoByHttpContext(_httpContext);
|
||||
|
||||
OnlineUserModel user = new(Context.ConnectionId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user