- Rimozione IscrizioneEventoPerMail
This commit is contained in:
@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user