Exemplo n.º 1
0
 public bool GetApproval(PrePaidCard card)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void AddPayment(Invoice invoice, PrePaidCard card)
 {
     throw new NotImplementedException();
 }