generated from egmont11/ASP.Net-Core-MVC-Template
Odstranění zbytečných stránek, přidání administrace pro pozvánky.
This commit is contained in:
@@ -10,4 +10,6 @@ public class AppDbContext : IdentityDbContext<UserEntity>
|
||||
: base(options)
|
||||
{
|
||||
}
|
||||
|
||||
public DbSet<InviteEntity> Invites { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user