6 lines
No EOL
187 B
C#
6 lines
No EOL
187 B
C#
namespace SurveyBackend.DTOs.Question;
|
|
|
|
public class OutputMultipleAnswerQuestionDto : OutputQuestionBaseDto
|
|
{
|
|
public List<OutputAnswerVariantDto> AnswerVariants { get; set; } = [];
|
|
} |