Esempio n. 1
0
 public string CancelPayment(long PaymentId)
 {
     return(Repository.CancelPayment(PaymentId));
 }