Exemplo n.º 1
0
 /// <summary>
 /// Specify the constructor selection algorithm
 /// </summary>
 /// <param name="method"></param>
 /// <returns></returns>
 public IFluentExportStrategyConfiguration ImportConstructorSelection(IConstructorExpressionCreator method)
 {
     return(_strategy.ImportConstructorSelection(method));
 }