This commit is contained in:
2020-07-09 23:54:29 +00:00
parent 7b10dd51a7
commit f197ee4896
4 changed files with 127 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ namespace AyaNova.Models
public virtual DbSet<Widget> Widget { get; set; }
public virtual DbSet<GlobalBizSettings> GlobalBizSettings { get; set; }
public virtual DbSet<GlobalOpsBackupSettings> GlobalOpsBackupSettings { get; set; }
public virtual DbSet<GlobalOpsNotificationSettings> GlobalOpsNotificationSettings { get; set; }
public virtual DbSet<Event> Event { get; set; }
public virtual DbSet<SearchDictionary> SearchDictionary { get; set; }
public virtual DbSet<SearchKey> SearchKey { get; set; }