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