2 neue Felder hinzugefügt beim Registrieren ( Fachrichtung und Abschlussjahrgang)

This commit is contained in:
2025-07-21 16:49:17 +02:00
parent 391827222e
commit 89a166ea9b
3 changed files with 31 additions and 4 deletions

View File

@ -32,6 +32,10 @@ namespace Oqtane.Models
/// <summary>
/// Reference to a <see cref="File"/> containing the users photo.
/// </summary>
public string Subject { get; set; }
public int GraduationYear { get; set; }
public int? PhotoFileId { get; set; }
/// <summary>