Added project entity

This commit is contained in:
2026-08-15 15:51:17 +02:00
parent 3e79150590
commit d0accc5d41
4 changed files with 54 additions and 0 deletions
@@ -12,4 +12,6 @@ public class Programme : Models.Programme
public virtual Instrument? Instrument { get; set; }
public virtual ICollection<Rule> Rules { get; set; } = [];
public virtual ICollection<Project> Projects { get; set; } = [];
}