示例#1
0
 private static void VerifyPaymentServer(Models.DTO.Payment.PaymentModel model, Action success, Action <string> error)
 {
     GetService.VerifyPayment(model, success, error);
 }