예제 #1
0
 public void FinishOrder(int orderId)
 {
     order_DAO.Finish_Order(orderId);
 }