This commit is contained in:
2020-10-29 22:37:26 +00:00
parent e5ee0f64aa
commit 273fa49e78
6 changed files with 43 additions and 26 deletions

View File

@@ -70,6 +70,7 @@ namespace AyaNova.Models
public virtual DbSet<Logo> Logo { get; set; }
public virtual DbSet<Report> Report { get; set; }
public virtual DbSet<DashboardView> DashboardView { get; set; }
//Note: had to add this constructor to work with the code in startup.cs that gets the connection string from the appsettings.json file
//and commented out the above on configuring