Added Invite, Notification and Activity

This commit is contained in:
2026-08-20 13:37:24 +02:00
parent f3c405fca2
commit 5ab977e335
33 changed files with 3259 additions and 393 deletions
@@ -9,7 +9,7 @@ public class Programme : Models.Programme
public virtual Portfolio? Portfolio { get; set; }
public virtual Instrument? Instrument { get; set; }
public virtual ICollection<Instrument> Instruments { get; set; } = [];
public virtual ICollection<Rule> Rules { get; set; } = [];