This commit is contained in:
2025-12-22 15:19:22 +01:00
parent c08e9325b4
commit 50ff4fb3d3
5 changed files with 1273 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class StandManagerDbContext : OAServiceContext
public DbSet<InvitoEvento> InvitoEvento { get; set; }
public DbSet<IscrizioneEvento> IscrizioneEvento { get; set; }
public DbSet<Permission> Permission { get; set; }
public DbSet<ProvinciaIstat> Provincie { get; set; }
public DbSet<Referente> Referente { get; set; }
public DbSet<Ruolo> Ruolo { get; set; }
public DbSet<Sezione> Sezione { get; set; }