Beispiel #1
0
        public async Task <IActionResult> AnswerFeedBackQuestions(QuestionWithAnswerView_New questionWithAnswerView, int profileId)
        {
            var result = await _service.AnswerFeedBackQuestions(questionWithAnswerView, profileId);

            return(Ok(result));
        }