survey-webapp/SurveyBackend/SurveyBackend.API/DTOs/Question/OutputTextQuestionDTO.cs

6 lines
No EOL
107 B
C#

namespace SurveyBackend.DTOs.Question;
public class OutputTextQuestionDto : OutputQuestionBaseDto
{
}