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