@@ -1766,7 +1766,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
[NotDefault]
|
||||
public Guid QuestionId { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
public string Type { get; set; } = string.Empty;
|
||||
|
||||
public List<string> TypeList { get; set; } = new List<string>();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user