Ejemplo n.º 1
0
 //插入SqlString
 public static int InsertBuyer_ExportSql(string sellerId, string sqlString)
 {
     return(BuyerexportDAL.InsertBuyer_ExportSql(sellerId, sqlString));
 }