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