AuditedDbContextBuilderExtensions.WithAuditedDbContext Method
Name | Parameters | Description |
---|---|---|
WithAuditedDbContext<TContext>(DbContextBuilder<TContext>, Action<AuditedDbContextConfigurator>) static | dbContextBuilder, configureContexts |
Allows you to configure the main (business object) and additional (audit history) DbContext objects in WinForms applications with the Audit Trail Module.
|
WithAuditedDbContext<TContext>(DbContextServiceBasedBuilder<TContext>, Action<AuditedDbContextServiceBasedConfigurator>) static | dbContextBuilder, configureContexts |
Allows you to configure DbContext objects in ASP.NET Core Blazor applications with the Audit Trail Module.
|