Example #1
0
// 获取促销
func (this *promotionRep) CreatePromotion(v *promotion.ValuePromotion) promotion.IPromotion {
	return promImpl.FactoryPromotion(this, this._goodsRep, this._memberRep, v)
}
Example #2
0
// 获取促销
func (this *promotionRep) CreatePromotion(v *promotion.ValuePromotion) promotion.IPromotion {
	return promImpl.FactoryPromotion(this, this._saleRep, v)
}