feat(EGDbContextBase): add EnvelopeReports-property
This commit is contained in:
parent
4ed118ed2b
commit
0038eeed76
@ -81,6 +81,8 @@ public abstract class EGDbContextBase : DbContext
|
||||
|
||||
public DbSet<ThirdPartyModule> ThirdPartyModules { get; set; }
|
||||
|
||||
public DbSet<EnvelopeReport> EnvelopeReports { get; set; }
|
||||
|
||||
private readonly DbTriggerParams _triggers;
|
||||
|
||||
private readonly ILogger
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user