removed the authored surveys property
removed the responses property
removed CreateAnswerDto&AnswerDto
This commit is contained in:
2025-01-26 13:28:40 +02:00
parent 78900ab7ad
commit 77fc9dfd92
22 changed files with 904 additions and 38 deletions

View File

@@ -5,6 +5,6 @@
public string Id { get; set; }
public string Content { get; set; }
public string SurveyId { get; set; }
public ICollection<ChoiceDto> Choices { get; set; }
public List<ChoiceDto> Choices { get; set; }
}
}