Ejemplo n.º 1
0
 public static int SavePromotionInfo(IEnumerable <PromotionModel> PromotionModel, string action, int ParentID, string shoptypes, string shopids)
 {
     return(DALPromotion.SavePromotionInfoRule(PromotionModel, action, ParentID, shoptypes, shopids));
 }