public ProductAttributeDto PrepareProductAttributeDTO(ProductAttribute productAttribute) { return(productAttribute.ToDto()); }
public CustomeProductAttributes PrepareProductAttributeDTO(ProductAttribute productAttribute) { return(productAttribute.ToDto()); }