示例#1
0
 public static ProductVideo ToEntity(this ProductVideoModel model, ProductVideo destination)
 {
     return(model.MapTo(destination));
 }
示例#2
0
 public static ProductVideo ToEntity(this ProductVideoModel model)
 {
     return(model.MapTo <ProductVideoModel, ProductVideo>());
 }