Iscrizione

This commit is contained in:
2025-12-02 17:15:05 +01:00
parent aa13cf1fc7
commit b4a6484909
23 changed files with 1668 additions and 218 deletions

View File

@ -14,6 +14,7 @@ public class StandManagerDbContext : OAServiceContext
public DbSet<Cliente> Cliente { get; set; }
public DbSet<Destinazione> Destinazione { get; set; }
public DbSet<Evento> Evento { get; set; }
public DbSet<InvitoEvento> InvitoEvento { get; set; }
public DbSet<IscrizioneEvento> IscrizioneEvento { get; set; }
public DbSet<Referente> Referente { get; set; }
public DbSet<Utente> Utente { get; set; }