コード例 #1
0
ファイル: promotion_rep.go プロジェクト: jacobxk/go2o
// 获取促销
func (this *promotionRep) CreatePromotion(v *promotion.ValuePromotion) promotion.IPromotion {
	return promImpl.FactoryPromotion(this, this._goodsRep, this._memberRep, v)
}
コード例 #2
0
ファイル: promotion_rep.go プロジェクト: linux-mac/go2o
// 获取促销
func (this *promotionRep) CreatePromotion(v *promotion.ValuePromotion) promotion.IPromotion {
	return promImpl.FactoryPromotion(this, this._saleRep, v)
}