示例#1
0
 public HoldingDataModel getHoldingForUpdate(int orderID)
 {
     //See note above: want to use existing connection
     Customer customerDal = new Customer(_internalConnection, _internalADOTransaction);
     return customerDal.getHoldingForUpdate(orderID);
 }