Test Many to many
This commit is contained in:
11
LaDOSE.Src/LaDOSE.Entity/SeasonGame.cs
Normal file
11
LaDOSE.Src/LaDOSE.Entity/SeasonGame.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace LaDOSE.Entity
|
||||
{
|
||||
public class SeasonGame
|
||||
{
|
||||
public int GameId { get; set; }
|
||||
public Game Game { get; set; }
|
||||
public int SeasonId { get; set; }
|
||||
public Season Season { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user