Example #1
0
 public static string getOrderReturn(int customerID)
 {
     return(RefundGoodController.getOrderReturnJSON(customerID));
 }