Ejemplo n.º 1
0
 public static TierPrice ToEntity(this ProductTierPriceDto model, TierPrice destination)
 {
     return(model.MapTo(destination));
 }
Ejemplo n.º 2
0
 public static TierPrice ToEntity(this ProductTierPriceDto model)
 {
     return(model.MapTo <ProductTierPriceDto, TierPrice>());
 }