예제 #1
0
 public long CancelWorkOrder(long workOrderId)
 {
     return(inventoryManager.CancelWorkOrder(workOrderId));
 }