C# Class DomainMappingConfiguration.DomainMappingInitializator

The test domain mapping registrator.
Inheritance: IMapperInitializator
Datei anzeigen Open project: antonsamarsky/emitmapper-tools

Public Methods

Method Description
ConfigureMapper ( MapperCore mapperCore ) : void

Configures the mapper.

Method Details

ConfigureMapper() public method

Configures the mapper.
public ConfigureMapper ( MapperCore mapperCore ) : void
mapperCore MapperCore The mapper core.
return void