Table of Contents

Class ModuleConfiguration

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

Methods

Configure(EntityTypeBuilder<Module>)

Configures the entity of type Module.

public void Configure(EntityTypeBuilder<Module> builder)

Parameters

builder EntityTypeBuilder<Module>

The builder to be used to configure the entity type.