示例#1
0
 public static bool UpdateMarketSalesInfo(tk_MarketSales market, HttpFileCollection files, string LoginUser, ref string a_strErr)
 {
     return(SalesRetailPro.UpdateMarketSalesInfo(market, files, LoginUser, ref a_strErr));
 }
示例#2
0
 public static bool AddMarketInfo(tk_MarketSales market, HttpFileCollection files, ref string a_strErr)
 {
     return(SalesRetailPro.AddMarketInfo(market, files, ref a_strErr));
 }