struct&&assiQues

This commit is contained in:
SpecialX
2025-06-20 15:37:39 +08:00
parent f37262d72e
commit d20c051c51
68 changed files with 1927 additions and 2869 deletions

View File

@@ -22,6 +22,6 @@ namespace Entities.Contracts
public User Teacher { get; set; }
[Column("subject_taught")]
public string SubjectTaught { get; set; }
public SubjectAreaEnum SubjectTaught { get; set; }
}
}