Example #1
0
 public DataSet GetOrderDetails(string orderID)
 {
     return(order.GetOrderDetails(orderID));
 }