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