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