Skip to content
Snippets Groups Projects
Commit b1fa8efe authored by Dominika Zemanovičová's avatar Dominika Zemanovičová Committed by Martin Gargalovič
Browse files

Add AnswersCreateDto

parent be806d3f
No related branches found
No related tags found
3 merge requests!31M2,!28M2 user,!27Draft: M2 user
...@@ -9,5 +9,5 @@ import java.util.List; ...@@ -9,5 +9,5 @@ import java.util.List;
@Getter @Getter
public class AnswersCreateDto { public class AnswersCreateDto {
private String questionId; private String questionId;
private List<AnswerDto> answerDtos; private List<AnswerInQuestionCreateDto> answers;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment