Exemplo n.º 1
0
 internal ResolutionContext(IInternalRuntimeMapper mapper) : this(mapper.DefaultContext.Options, mapper)
 {
 }
Exemplo n.º 2
0
 internal ResolutionContext(IMappingOperationOptions options, IInternalRuntimeMapper mapper)
 {
     Options = options;
     _inner  = mapper;
 }