DjSettings is a setting

main
Paul Schneider 9 years ago
parent 25023e3ecf
commit e0f5432a7b
1 changed files with 3 additions and 1 deletions

@ -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]

Loading…