push quizz
This commit is contained in:
@@ -20,6 +20,8 @@ public interface QuestionMapper {
|
||||
|
||||
Question toEntity(QuestionDTO questionDTO);
|
||||
|
||||
List<QuestionDTO> toDTOs(List<Question> questionList);
|
||||
|
||||
default List<String> question_ReponseString(Reponse reponse){
|
||||
return reponse.getReponses();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user