Table of Contents

Class SubModuleConfiguration

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

Methods

Configure(EntityTypeBuilder<SubModule>)

Configures the entity of type SubModule.

public void Configure(EntityTypeBuilder<SubModule> builder)

Parameters

builder EntityTypeBuilder<SubModule>

The builder to be used to configure the entity type.