Added award entity

This commit is contained in:
2026-08-15 16:06:50 +02:00
parent d0accc5d41
commit 1d5c7ca6fa
5 changed files with 80 additions and 0 deletions
@@ -8,4 +8,6 @@ public class Project : Models.Project
public virtual User? Updator { get; set; }
public virtual Programme? Programme { get; set; }
public virtual ICollection<Award> Awards { get; set; } = [];
}