Esempio n. 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));
 }
Esempio n. 2
0
 public static bool AddMarketInfo(tk_MarketSales market, HttpFileCollection files, ref string a_strErr)
 {
     return(SalesRetailPro.AddMarketInfo(market, files, ref a_strErr));
 }