Class ConsentMapper
Represents a mapper for consent entities.
Namespace: Umbraco.Cms.Infrastructure.Persistence.Mappers
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class ConsentMapper : BaseMapper
Constructors
View SourceConsentMapper(Lazy<ISqlContext>, MapperConfigurationStore)
Declaration
public ConsentMapper(Lazy<ISqlContext> sqlContext, MapperConfigurationStore maps)
Parameters
Type | Name | Description |
---|---|---|
Lazy<ISqlContext> | sqlContext | |
MapperConfigurationStore | maps |
Methods
View SourceDefineMaps()
Declaration
protected override void DefineMaps()