- Rimozione IscrizioneEventoPerMail

This commit is contained in:
2026-01-22 12:02:21 +01:00
parent d4659ef928
commit 8b5003ab05
11 changed files with 1346 additions and 147 deletions

View File

@ -17,7 +17,6 @@ public class StandManagerDbContext : OAServiceContext
public DbSet<Evento> Evento { get; set; }
public DbSet<InvitoEvento> InvitoEvento { get; set; }
public DbSet<IscrizioneEvento> IscrizioneEvento { get; set; }
public DbSet<IscrizioneEventoPerMail> IscrizioneEventoPerMail { get; set; }
public DbSet<MailQueue> MailQueue { get; set; }
public DbSet<Permission> Permission { get; set; }
public DbSet<ProvinciaIstat> Province { get; set; }