Example #1
0
 public static object SelectIsPay(string PayId)
 {
     return(OrderServer.SelectIsPay(PayId));
 }