예제 #1
0
 public static int CreatePromotionCodeNew(PromotionCode model)
 {
     return(DALPromotion.CreatePromotionCodeNew(model));
 }