Beispiel #1
0
 /// <summary>
 /// 验证订单是否存在
 /// </summary>
 /// <param name="storeOrderID">订单号</param>
 /// <returns></returns>
 public static bool GetOrderIsExist(string storeOrderID)
 {
     return(StoreOrderDAL.GetOrderIsExist(storeOrderID));
 }