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