[feat:] Exam Title Field Implementation

This commit is contained in:
Elias Fierke
2024-12-25 23:15:04 +01:00
parent dd7ba0bc4d
commit 7d0bf66ada
2 changed files with 34 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ namespace PLG_Exam
{
public class Exam
{
public string Title { get; set; } = string.Empty;
public string Name { get; set; } = string.Empty;
public string Vorname { get; set; } = string.Empty;
public DateTime? Datum { get; set; }