126127128129130131132
ParticipantId user, IdGenerator idGenerator, WaveId waveId) { this.css = css; this.toolbarUi = toolbarUi; this.user = user; this.waveId = waveId; attachmentIdGenerator = new AttachmentIdGeneratorImpl(idGenerator); }
122123124125126127128