Added award entity
This commit is contained in:
@@ -8,4 +8,6 @@ public class Project : Models.Project
|
||||
public virtual User? Updator { get; set; }
|
||||
|
||||
public virtual Programme? Programme { get; set; }
|
||||
|
||||
public virtual ICollection<Award> Awards { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user