示例#1
0
 /// <summary>
 /// 创建优惠券
 /// </summary>
 /// <param name="ecd"></param>
 /// <returns></returns>
 public int CreeatePromotion(ExchangeCodeDetail ecd)
 {
     return(DalPromotionJob.CreeatePromotion(ecd));
 }