|
|
|
@ -1,4 +1,10 @@ |
|
|
|
namespace LINGYUN.Abp.Identity.Session; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using Volo.Abp.DependencyInjection; |
|
|
|
using Volo.Abp.Domain.Entities.Events.Distributed; |
|
|
|
using Volo.Abp.EventBus.Distributed; |
|
|
|
using Volo.Abp.Uow; |
|
|
|
|
|
|
|
namespace LINGYUN.Abp.Identity.Session; |
|
|
|
|
|
|
|
public class IdentitySessionUserInactiveSynchronizer : |
|
|
|
IDistributedEventHandler<EntityCreatedEto<IdentitySessionEto>>, |
|
|
|
|