public UserDeletedNotificationHandler(UsersElasticSearchRepository repository, IUsersQueryHandlerAsync usersQueryHandlerAsync)
 {
     this.repository             = repository;
     this.usersQueryHandlerAsync = usersQueryHandlerAsync;
 }
示例#2
0
 public UserCreatedNotificationHandler(UsersElasticSearchRepository repository, IUsersQueryHandlerAsync queryHandlerAsync)
 {
     this.repository        = repository;
     this.queryHandlerAsync = queryHandlerAsync;
 }