Class TenantSuperAdminAuditLogConfiguration
- Namespace
- KadicAuth.Infrastructure.Persistence.Configurations
- Assembly
- KadicAuth.Infrastructure.dll
public class TenantSuperAdminAuditLogConfiguration
- Inheritance
-
objectTenantSuperAdminAuditLogConfiguration
Methods
Configure(EntityTypeBuilder<TenantSuperAdminAuditLogEntry>)
Configures the entity of type TenantSuperAdminAuditLogEntry.
public void Configure(EntityTypeBuilder<TenantSuperAdminAuditLogEntry> builder)
Parameters
builderEntityTypeBuilder<TenantSuperAdminAuditLogEntry>The builder to be used to configure the entity type.