finalisation des endpoints
This commit is contained in:
@@ -37,6 +37,10 @@ public class PyroFetesDbContext : DbContext
|
||||
public DbSet<QuotationProduct> QuotationProducts { get; set; }
|
||||
public DbSet<Setting> Settings { get; set; }
|
||||
public DbSet<Show> Shows { get; set; }
|
||||
|
||||
// AJOUTE CETTE LIGNE ICI ⬇️
|
||||
public DbSet<ShowTruck> ShowTrucks { get; set; }
|
||||
|
||||
public DbSet<Sound> Sounds { get; set; }
|
||||
public DbSet<SoundCategory> SoundCategories { get; set; }
|
||||
public DbSet<SoundTimecode> SoundTimecodes { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user