PATCH
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public class QuestionDto
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Id { get; set; } = Guid.NewGuid().ToString();
|
||||
public string Content { get; set; }
|
||||
public string SurveyId { get; set; }
|
||||
public List<ChoiceDto> Choices { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user