C# Class DomainMappingConfiguration.DomainMappingInitializator

The test domain mapping registrator.
Inheritance: IMapperInitializator
Afficher le fichier Open project: antonsamarsky/emitmapper-tools

Méthodes publiques

Méthode Description
ConfigureMapper ( MapperCore mapperCore ) : void

Configures the mapper.

Method Details

ConfigureMapper() public méthode

Configures the mapper.
public ConfigureMapper ( MapperCore mapperCore ) : void
mapperCore MapperCore The mapper core.
Résultat void