Exemple #1
0
 public static bool UpdatePromotionInfo(tk_Promotion promotion, HttpFileCollection files, string LoginUser, ref string a_strErr)
 {
     return(SalesRetailPro.UpdatePromotionInfo(promotion, files, LoginUser, ref a_strErr));
 }
Exemple #2
0
 public static bool AddPromotionInfo(tk_Promotion promotion, HttpFileCollection files, ref string a_strErr)
 {
     return(SalesRetailPro.AddPromotionInfo(promotion, files, ref a_strErr));
 }