This commit is contained in:
@@ -21,6 +21,9 @@ namespace Entities.DTO
|
||||
public DateTime DueDate { get; set; }
|
||||
public Guid CreatorId { get; set; }
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public ExamType ExamType { get; set; } = ExamType.DailyTest;
|
||||
|
||||
public AssignmentQuestionDto ExamStruct { get; set; } = new AssignmentQuestionDto();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user