Esempio n. 1
0
 public static int UpdateExport(string buyer, string time, int status)
 {
     CTCRM.DAL.BuyerexportDAL export = new DAL.BuyerexportDAL();
     return(export.UpdateExport(buyer, time, status));
 }
Esempio n. 2
0
 public static int UpdateExport(string sellerId, int status)
 {
     CTCRM.DAL.BuyerexportDAL export = new DAL.BuyerexportDAL();
     return(export.UpdateExport(sellerId, status));
 }