This commit is contained in:
2017-03-05 16:32:30 +01:00
parent a0d699c577
commit 4caacba911
7 changed files with 59 additions and 25 deletions

View File

@ -229,8 +229,14 @@ namespace Yavsc.Models
public DbSet<Instrument> Instrument { get; set; }
public DbSet<DjSettings> DjSettings { get; set; }
[ActivitySettings]
public DbSet<Instrumentation> Instrumentation { get; set; }
[ActivitySettings]
public DbSet<FormationSettings> FormationSettings { get; set; }
[ActivitySettings]
public DbSet<GeneralSettings> GeneralSettings { get; set; }
public DbSet<CoWorking> WorkflowProviders { get; set; }
@ -282,7 +288,7 @@ namespace Yavsc.Models
public DbSet<HairPrestation> HairPrestation { get; set; }
[ActivitySetting]
[ActivitySettings]
public DbSet<BrusherProfile> BrusherProfile { get; set; }