示例#1
0
 public int CreeatePromotion(ExchangeCodeDetail ecd)
 {
     return(DALPromotion.CreeatePromotion(ecd));
 }
示例#2
0
 public int UpdatePromotionDetailsByOK(ExchangeCodeDetail ecd)
 {
     return(DALPromotion.UpdatePromotionDetailsByOK(ecd));
 }
示例#3
0
 public int AddOEM(ExchangeCodeDetail ecd)
 {
     return(DALPromotion.AddOEM(ecd));
 }
示例#4
0
 public int DoUpdateOEM(ExchangeCodeDetail ecd)
 {
     return(DALPromotion.DoUpdateOEM(ecd));
 }
示例#5
0
 public int AddOEM(ExchangeCodeDetail ecd)
 {
     return(handler.AddOEM(ecd));
 }
示例#6
0
 public int DoUpdateOEM(ExchangeCodeDetail ecd)
 {
     return(handler.DoUpdateOEM(ecd));
 }
示例#7
0
 public int UpdateGift(ExchangeCodeDetail ecd)
 {
     return(handler.UpdateGift(ecd));
 }
示例#8
0
 public int AddOEM(ExchangeCodeDetail ecd)
 {
     return(DalPromotionJob.AddOEM(ecd));
 }
示例#9
0
 public int UpdateGift(ExchangeCodeDetail ecd)
 {
     return(DalPromotionJob.UpdateGift(ecd));
 }