Beispiel #1
0
 public Wallet CreditWallet(Wallet wallet)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public Wallet DebitFromWallet(Wallet wallet)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public Wallet ConfigureWallet(Wallet wallet)
 {
     throw new NotImplementedException();
 }