Ejemplo n.º 1
0
 public static void MapTo(this ITranslation source, ITranslation target)
 {
     target.MapFrom(source);
 }