AsiignmentStruct
This commit is contained in:
@@ -15,8 +15,6 @@ namespace Entities.DTO
|
||||
|
||||
public string Title { get; set; } = string.Empty;
|
||||
|
||||
public QuestionContextDto? Description { get; set; }
|
||||
|
||||
public QuestionType Type { get; set; } = QuestionType.Unknown;
|
||||
|
||||
public string? Answer { get; set; } = string.Empty;
|
||||
|
Reference in New Issue
Block a user