Lots of data and model setup
This commit is contained in:
@@ -4,5 +4,9 @@ namespace SVSim.Database.Models;
|
||||
|
||||
public class DegreeEntry : BaseEntity<int>
|
||||
{
|
||||
|
||||
#region Navigation Properties
|
||||
|
||||
public List<Viewer> Viewers { get; set; } = new List<Viewer>();
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user