This commit is contained in:
2020-08-26 17:20:31 +00:00
parent 387ede6924
commit fc24607c5b
6 changed files with 79 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ namespace AyaNova.Models
public virtual DbSet<Logo> Logo { get; set; }
public virtual DbSet<Report> Report { 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