Added award entity
This commit is contained in:
@@ -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; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user