Beispiel #1
0
 public static void MapTo(this IProcessErrorLog source, IProcessErrorLog target)
 {
     target.MapFrom(source);
 }