public AccountUserController( IMapper mapper, IAccountUserBLL accountUserBLL, ICommandHandler <CreateUserCommand> commandHandler) { _mapper = mapper; _accountUserBLL = accountUserBLL; _commandHandler = commandHandler; }
public UserCreatedEventHandler(IMapper mapper, IAccountUserBLL accountUserBLL, IKakfaProducer producer) { _mapper = mapper; _accountUserBLL = accountUserBLL; _producer = producer; }