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