Servizi e cose
This commit is contained in:
@ -10,8 +10,15 @@ public class StandManagerDbContext : OAServiceContext
|
||||
public StandManagerDbContext() : base() { }
|
||||
public StandManagerDbContext(DbContextOptions options) : base(options) { }
|
||||
|
||||
public DbSet<Utente> Utente { get; set; }
|
||||
|
||||
public DbSet<Cliente> Cliente { get; set; }
|
||||
public DbSet<Destinazione> Destinazione { get; set; }
|
||||
public DbSet<Evento> Evento { get; set; }
|
||||
public DbSet<IscrizioneEvento> IscrizioneEvento { get; set; }
|
||||
public DbSet<Referente> Referente { get; set; }
|
||||
public DbSet<Utente> Utente { get; set; }
|
||||
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
base.OnConfiguring(optionsBuilder);
|
||||
|
||||
Reference in New Issue
Block a user