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