Example #1
0
 public static int InsertPay(string OrderId, DateTime PayTime, bool IsPay)
 {
     return(OrderServer.InsertPay(OrderId, PayTime, IsPay));
 }