C# 클래스 DomainMappingConfiguration.DomainMappingInitializator

The test domain mapping registrator.
상속: IMapperInitializator
파일 보기 프로젝트 열기: antonsamarsky/emitmapper-tools

공개 메소드들

메소드 설명
ConfigureMapper ( MapperCore mapperCore ) : void

Configures the mapper.

메소드 상세

ConfigureMapper() 공개 메소드

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