예제 #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>());
 }
예제 #3
0
 public static ProductAttributeDto ToDto(this ProductAttribute productAttribute)
 {
     return(productAttribute.MapTo <ProductAttribute, ProductAttributeDto>());
 }