Challonge Provider can create tournament
This commit is contained in:
12
LaDOSE.Src/LaDOSE.Entity/EventGame.cs
Normal file
12
LaDOSE.Src/LaDOSE.Entity/EventGame.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace LaDOSE.Entity
|
||||
{
|
||||
public class EventGame
|
||||
{
|
||||
|
||||
public int EventId { get; set; }
|
||||
public Event Event { get; set; }
|
||||
public int GameId { get; set; }
|
||||
public Game Game { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user