added questions output (SHIT CODE)
This commit is contained in:
parent
7d76a9f67c
commit
ddfb5eff54
11 changed files with 93 additions and 9 deletions
|
|
@ -0,0 +1,6 @@
|
|||
namespace SurveyBackend.DTOs.Question;
|
||||
|
||||
public class OutputMultipleAnswerQuestionDto : OutputQuestionBaseDto
|
||||
{
|
||||
public List<OutputAnswerVariantDto> AnswerVariants { get; set; } = [];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue