public PropertyExpressionFactory(IProvidePropertyInfo propertyInfoProvider) { this.propertyInfoProvider = propertyInfoProvider; }
public PropertyProcessor(IProvidePropertyInfo propertyInfo, IPropertyExpressionFactory propertyExpressionFactory) { this.propertyInfo = propertyInfo; this.propertyExpressionFactory = propertyExpressionFactory; }