diff --git a/EnvelopeGenerator.Infrastructure/EGDbContext.cs b/EnvelopeGenerator.Infrastructure/EGDbContext.cs index de1cf223..fc9d10bc 100644 --- a/EnvelopeGenerator.Infrastructure/EGDbContext.cs +++ b/EnvelopeGenerator.Infrastructure/EGDbContext.cs @@ -81,6 +81,8 @@ public abstract class EGDbContextBase : DbContext public DbSet EnvelopeReports { get; set; } + public DbSet ThirdPartyModules { get; set; } + private readonly DbTriggerParams _triggers; private readonly ILogger