Exemplo n.º 1
0
 public static CustomeProductAttributes ToDto(this ProductAttribute productAttribute)
 {
     return(productAttribute.MapTo <ProductAttribute, CustomeProductAttributes>());
 }
 public static ProductAttributeModel ToModel(this ProductAttribute entity)
 {
     return(entity.MapTo <ProductAttribute, ProductAttributeModel>());
 }
Exemplo n.º 3
0
 public static ProductAttributeDto ToDto(this ProductAttribute productAttribute)
 {
     return(productAttribute.MapTo <ProductAttribute, ProductAttributeDto>());
 }