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