DjSettings is a setting

This commit is contained in:
Paul Schneider 2017-03-06 14:50:57 +01:00
commit 556968f8b4

View file

@ -235,7 +235,9 @@ namespace Yavsc.Models
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; }
[ActivitySettings]