public static CustomeProductAttributes ToDto(this ProductAttribute productAttribute) { return(productAttribute.MapTo <ProductAttribute, CustomeProductAttributes>()); }
public static ProductAttributeModel ToModel(this ProductAttribute entity) { return(entity.MapTo <ProductAttribute, ProductAttributeModel>()); }
public static ProductAttributeDto ToDto(this ProductAttribute productAttribute) { return(productAttribute.MapTo <ProductAttribute, ProductAttributeDto>()); }