Class CurrencyLedgerEntityConfiguration
public class CurrencyLedgerEntityConfiguration : IEntityTypeConfiguration<CurrencyLedgerEntity>
- Inheritance
-
CurrencyLedgerEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<CurrencyLedgerEntity>)
Configures the entity of type CurrencyLedgerEntity.
public void Configure(EntityTypeBuilder<CurrencyLedgerEntity> builder)
Parameters
builderEntityTypeBuilder<CurrencyLedgerEntity>The builder to be used to configure the entity type.