Example #1
0
        public void AnswerTheCurrentQuestion(Guid meetingId, Guid userId, Answer answer, string annotation)
        {
            Meeting meeting = GetMeetingById(meetingId);

            meeting.AnswerTheCurrentQuestion(userId, answer, annotation);
        }