Beispiel #1
0
 public static TraceLog ToEntity(this TraceLogModel model, TraceLog destination)
 {
     return(model.MapTo(destination));
 }
Beispiel #2
0
 public static TraceLog ToEntity(this TraceLogModel model)
 {
     return(model.MapTo <TraceLogModel, TraceLog>());
 }