Example #1
0
 public TargetClass MapingTest(SourceClass source, TargetClass target, int coool)
 {
     //target.Bar = 122;
     target.Grandpa = new HashSet <string>();
     return(target);
 }
Example #2
0
 public TargetClass Map(SourceClass source, TargetClass target)
 {
     return(target);
 }