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
@@ -14,4 +14,6 @@ public class Programme : Models.Programme
public virtual ICollection<Rule> Rules { get; set; } = [];
public virtual ICollection<Project> Projects { get; set; } = [];
public virtual ICollection<Award> Awards { get; set; } = [];
}