Table of Contents

Class TenantSuperAdminAuditLogConfiguration

Namespace
KadicAuth.Infrastructure.Persistence.Configurations
Assembly
KadicAuth.Infrastructure.dll
public class TenantSuperAdminAuditLogConfiguration
Inheritance
object
TenantSuperAdminAuditLogConfiguration

Methods

Configure(EntityTypeBuilder<TenantSuperAdminAuditLogEntry>)

Configures the entity of type TenantSuperAdminAuditLogEntry.

public void Configure(EntityTypeBuilder<TenantSuperAdminAuditLogEntry> builder)

Parameters

builder EntityTypeBuilder<TenantSuperAdminAuditLogEntry>

The builder to be used to configure the entity type.