예제 #1
0
 public ProductAttributeDto PrepareProductAttributeDTO(ProductAttribute productAttribute)
 {
     return(productAttribute.ToDto());
 }
예제 #2
0
 public CustomeProductAttributes PrepareProductAttributeDTO(ProductAttribute productAttribute)
 {
     return(productAttribute.ToDto());
 }