Ejemplo n.º 1
0
 public static TDst CopyFrom <TDst, TSrc>(this TDst dst, TSrc src, DtoComplex complex)
 {
     return(complex.Copy(dst, src));
 }