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