Exemplo n.º 1
0
 public IResolutionContext CreateNestedParallelContext(IDescribeMappableProperty sourceProperty, IDescribeMappableProperty destinationProperty, IResolutionContext parentContext)
 {
     return(inner.CreateNestedParallelContext(sourceProperty, destinationProperty, parentContext));
 }
Exemplo n.º 2
0
 public IResolutionContext Nested(IDescribeMappableProperty sourceProperty, IDescribeMappableProperty destinationProperty)
 {
     return(contextualizer.CreateNestedParallelContext(sourceProperty, destinationProperty, this));
 }