public ChangeUserRoleCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus) { Repository = repository; EventBus = eventBus; }
public SetUserProfileCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus) { Repository = repository; EventBus = eventBus; }
public EnableUserCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus) { Repository = repository; EventBus = eventBus; }
public CreateNewAdministratorCommandHandler(IRepository repository, Infrastructure.IEventBus eventBus) { Repository = repository; EventBus = eventBus; }