public static TierPrice ToEntity(this ProductTierPriceDto model, TierPrice destination) { return(model.MapTo(destination)); }
public static TierPrice ToEntity(this ProductTierPriceDto model) { return(model.MapTo <ProductTierPriceDto, TierPrice>()); }