Added Invite, Notification and Activity
This commit is contained in:
@@ -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; } = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user