Lots of data and model setup
This commit is contained in:
13
SVSim.Database/Models/SleeveEntry.cs
Normal file
13
SVSim.Database/Models/SleeveEntry.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using DCGEngine.Database.Models;
|
||||
|
||||
namespace SVSim.Database.Models;
|
||||
|
||||
public class SleeveEntry : BaseEntity<int>
|
||||
{
|
||||
#region Navigation Properties
|
||||
|
||||
public List<Viewer> Viewers = new List<Viewer>();
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user