Refactored AgeGroup namespace and services, added RegistrationKey functionality.
This commit is contained in:
@@ -12,6 +12,7 @@ namespace API.Database
|
||||
}
|
||||
|
||||
public DbSet<AltersGruppe> Altersgruppen { get; set; }
|
||||
public DbSet<RegistrationKey> RegistrationKeys { get; set; }
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user