This commit is contained in:
@@ -41,6 +41,10 @@ namespace Entities.Contracts
|
||||
[Column("score")]
|
||||
public float Score { get; set; }
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
public ExamType ExamType { get; set; } = ExamType.DailyTest;
|
||||
|
||||
[Column("created_by")]
|
||||
public Guid CreatorId { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user