Exemplo n.º 1
0
 public MappingDestination <TSource, TDestination> MaxDepth(int depth)
 {
     Mapping.MaxDepth(depth);
     return(this);
 }