Table of Contents

Class PlanConfiguration

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

Methods

Configure(EntityTypeBuilder<Plan>)

Configures the entity of type Plan.

public void Configure(EntityTypeBuilder<Plan> builder)

Parameters

builder EntityTypeBuilder<Plan>

The builder to be used to configure the entity type.