コード例 #1
0
 public static ProductImageModel ToModel(this ProductImage entity)
 {
     return(entity.MapTo <ProductImage, ProductImageModel>());
 }
コード例 #2
0
 public static ProductImage ToProductImage(this ProductImage entity, ProductImage destination)
 {
     return(entity.MapTo(destination));
 }
コード例 #3
0
 public static ProductImageItem ToItem(this ProductImage entity)
 {
     return(entity.MapTo <ProductImage, ProductImageItem>());
 }