コード例 #1
0
ファイル: BuyerexportBLL.cs プロジェクト: fubendong/--CTCRM
 public static int UpdateExport(string buyer, string time, int status)
 {
     CTCRM.DAL.BuyerexportDAL export = new DAL.BuyerexportDAL();
     return(export.UpdateExport(buyer, time, status));
 }
コード例 #2
0
ファイル: BuyerexportBLL.cs プロジェクト: fubendong/--CTCRM
 public static int UpdateExport(string sellerId, int status)
 {
     CTCRM.DAL.BuyerexportDAL export = new DAL.BuyerexportDAL();
     return(export.UpdateExport(sellerId, status));
 }