コード例 #1
0
 //通过主键OrderID删除订单
 public bool DeleteOrderById(string orderID)
 {
     return(orderDataAccess.DeleteOrderById(orderID));
 }