示例#1
0
 public bool deleteItem(String instanceID)
 {
     return(factoryService.deleteMachine(sessionID, instanceID));
 }