DjSettings is a setting

This commit is contained in:
2017-03-06 14:50:57 +01:00
parent 25023e3ecf
commit e0f5432a7b

View File

@ -236,6 +236,8 @@ namespace Yavsc.Models
public DbSet<LocationType> LocationType { get; set; }
public DbSet<Instrument> Instrument { get; set; }
[ActivitySettings]
public DbSet<DjSettings> DjSettings { get; set; }
[ActivitySettings]