From 0038eeed76ecf30732789da46f0c1b637cf58ace Mon Sep 17 00:00:00 2001 From: TekH Date: Tue, 11 Nov 2025 23:31:35 +0100 Subject: [PATCH] feat(EGDbContextBase): add EnvelopeReports-property --- EnvelopeGenerator.Infrastructure/EGDbContext.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EnvelopeGenerator.Infrastructure/EGDbContext.cs b/EnvelopeGenerator.Infrastructure/EGDbContext.cs index fd42c824..688ef5f0 100644 --- a/EnvelopeGenerator.Infrastructure/EGDbContext.cs +++ b/EnvelopeGenerator.Infrastructure/EGDbContext.cs @@ -81,6 +81,8 @@ public abstract class EGDbContextBase : DbContext public DbSet ThirdPartyModules { get; set; } + public DbSet EnvelopeReports { get; set; } + private readonly DbTriggerParams _triggers; private readonly ILogger