예제 #1
0
 public IResolutionContext CreateNestedParallelContext(IDescribeMappableProperty sourceProperty, IDescribeMappableProperty destinationProperty, IResolutionContext parentContext)
 {
     return(inner.CreateNestedParallelContext(sourceProperty, destinationProperty, parentContext));
 }
예제 #2
0
 public IResolutionContext Nested(IDescribeMappableProperty sourceProperty, IDescribeMappableProperty destinationProperty)
 {
     return(contextualizer.CreateNestedParallelContext(sourceProperty, destinationProperty, this));
 }