Table of Contents

Class PlatformAdminConfiguration

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

Methods

Configure(EntityTypeBuilder<PlatformAdmin>)

Configures the entity of type PlatformAdmin.

public void Configure(EntityTypeBuilder<PlatformAdmin> builder)

Parameters

builder EntityTypeBuilder<PlatformAdmin>

The builder to be used to configure the entity type.