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