コード例 #1
0
 public System.Threading.Tasks.Task <string> sendNotificationAsync(UCommerce.Transactions.Payments.Adyen.Adyen.Test.NotificationSoapService.NotificationRequest notification)
 {
     return(base.Channel.sendNotificationAsync(notification));
 }
コード例 #2
0
 public string sendNotification(UCommerce.Transactions.Payments.Adyen.Adyen.Test.NotificationSoapService.NotificationRequest notification)
 {
     return(base.Channel.sendNotification(notification));
 }