Auth
This commit is contained in:
@@ -7,6 +7,7 @@ namespace LaDOSE.Api.Context
|
||||
public class LaDOSEDbContext : DbContext
|
||||
{
|
||||
public DbSet<Game> Game { get; set; }
|
||||
public DbSet<ApplicationUser> ApplicationUser { get; set; }
|
||||
|
||||
public LaDOSEDbContext(DbContextOptions options) : base(options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user