예제 #1
0
 public static Video ToEntity(this VideoModel model, Video destination)
 {
     return(model.MapTo(destination));
 }
예제 #2
0
 public static Video ToEntity(this VideoModel model)
 {
     return(model.MapTo <VideoModel, Video>());
 }