ProvSuIscrizione

This commit is contained in:
2025-12-22 15:38:12 +01:00
parent 8f98a1d70e
commit 50c0562c3e
15 changed files with 2577 additions and 17 deletions

View File

@ -18,7 +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<ProvinciaIstat> Province { get; set; }
public DbSet<Referente> Referente { get; set; }
public DbSet<Ruolo> Ruolo { get; set; }
public DbSet<Sezione> Sezione { get; set; }