New way to interact with AspNet users
This commit is contained in:
@@ -13,8 +13,6 @@ public class ApplicationDbContext(
|
||||
{
|
||||
public DbSet<FutureCreator> FutureCreators => Set<FutureCreator>();
|
||||
|
||||
public DbSet<User> DomainUsers => Set<User>();
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder builder)
|
||||
{
|
||||
base.OnModelCreating(builder);
|
||||
|
||||
Reference in New Issue
Block a user