コード例 #1
0
 public static ProductModel.ProductAttributeMappingModel ToModel(this ProductAttributeMapping entity)
 {
     return(entity.MapTo <ProductAttributeMapping, ProductModel.ProductAttributeMappingModel>());
 }
コード例 #2
0
 public static ProductAttributeMappingDto ToDto(this ProductAttributeMapping productAttribute)
 {
     return(productAttribute.MapTo <ProductAttributeMapping, ProductAttributeMappingDto>());
 }