Beispiel #1
0
 public bool GetApproval(PrePaidCard card)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void AddPayment(Invoice invoice, PrePaidCard card)
 {
     throw new NotImplementedException();
 }