Ejemplo n.º 1
0
 public static Post ToEntity(this PostViewModel model)
 {
     return(model.MapTo <PostViewModel, Post>());
 }