Example #1
0
 public Task UpdatePaymentOrder(PaymentOrder paymentOrder)
 {
     throw new System.NotImplementedException();
 }
Example #2
0
 public Task <bool> CanMarkOrderAsPaid(PaymentOrder paymentOrder)
 {
     throw new System.NotImplementedException();
 }