Tipologia cliente
This commit is contained in:
@ -17,6 +17,7 @@ public class StandManagerDbContext : OAServiceContext
|
||||
public DbSet<InvitoEvento> InvitoEvento { get; set; }
|
||||
public DbSet<IscrizioneEvento> IscrizioneEvento { get; set; }
|
||||
public DbSet<Referente> Referente { get; set; }
|
||||
public DbSet<TipologiaCliente> TipologiaCliente { get; set; }
|
||||
public DbSet<Utente> Utente { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user