DjSettings is a setting
This commit is contained in:
parent
179ab638bb
commit
556968f8b4
1 changed files with 3 additions and 1 deletions
|
|
@ -235,7 +235,9 @@ namespace Yavsc.Models
|
||||||
|
|
||||||
public DbSet<LocationType> LocationType { get; set; }
|
public DbSet<LocationType> LocationType { get; set; }
|
||||||
|
|
||||||
public DbSet<Instrument> Instrument { get; set; }
|
public DbSet<Instrument> Instrument { get; set; }
|
||||||
|
|
||||||
|
[ActivitySettings]
|
||||||
public DbSet<DjSettings> DjSettings { get; set; }
|
public DbSet<DjSettings> DjSettings { get; set; }
|
||||||
|
|
||||||
[ActivitySettings]
|
[ActivitySettings]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue