This type contains the following members.

public class UserGroupDeletedSubscriber: IEventSubscriber<UserGroupAggregate, UserGroupId, UserGroupDeleted>
Inheritance:
ObjectUserGroupDeletedSubscriber
Implements:
IEventSubscriber<TAggregate, TAggregateId, TAggregateEvent>

Constructors

UserGroupDeletedSubscriber(IRepository<UserGroupEntity>, IRepository<UserProfileEntity>, ICommandBus, IApplicationCache)

Methods

HandleAsync(IDomainEvent<UserGroupAggregate, UserGroupId, UserGroupDeleted>, CancellationToken)