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