This commit is contained in:
2022-12-22 21:37:57 +00:00
parent 24a8a5e20c
commit 50390ee8b3
2 changed files with 4 additions and 19 deletions

View File

@@ -62,6 +62,7 @@ namespace Sockeye.Models
public virtual DbSet<Purchase> Purchase { get; set; }
public virtual DbSet<TrialLicenseRequest> TrialLicenseRequest { get; set; }
public virtual DbSet<GZCase> GZCase { get; set; }
public virtual DbSet<SubscriptionServer> SubscriptionServer { 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