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