public UserGroupDeletedSubscriber(IRepository<UserGroupEntity> repository, IRepository<UserProfileEntity> userProfileRepository, ICommandBus commandBus, IApplicationCache applicationCache)

Parameters

repository IRepository<T>
userProfileRepository IRepository<T>
commandBus ICommandBus
applicationCache IApplicationCache
In this article