Exemplo n.º 1
0
 internal void AfterMap(object destination)
 {
     if (Parent == null)
     {
         Options.AfterMapAction(SourceValue, destination);
     }
 }