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