New: Description

This commit is contained in:
2026-02-24 10:58:23 +01:00
parent 540b38eada
commit 59eb99ab23
2 changed files with 31 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ namespace SZUAbsolventenverein.Module.BlackBoard.Models
public int ModuleId { get; set; }
public string Name { get; set; }
public int ImageID { get; set; }
public string Description { get; set; }
[NotMapped]
public string ModuleName => "BlackBoard";