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