Generate Challonge
This commit is contained in:
@@ -8,7 +8,8 @@ namespace LaDOSE.Entity.Context
|
||||
public DbSet<ApplicationUser> ApplicationUser { get; set; }
|
||||
public DbSet<Season> Season { get; set; }
|
||||
public DbSet<Event> Event { get; set; }
|
||||
//public DbSet<SeasonGame> SeasonGame { get; set; }
|
||||
public DbSet<SeasonGame> SeasonGame { get; set; }
|
||||
public DbSet<EventGame> EventGame { get; set; }
|
||||
|
||||
public LaDOSEDbContext(DbContextOptions options) : base(options)
|
||||
{
|
||||
|
||||
@@ -8,5 +8,7 @@
|
||||
public int GameId { get; set; }
|
||||
public Game Game { get; set; }
|
||||
|
||||
public int? ChallongeId { get; set; }
|
||||
public string ChallongeUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user