public async Task <bool> processWithdrawl(string authToken, decimal amount)
 {
     return(await myDS.processWithdrawl(authToken, amount));
 }
Exemple #2
0
 public bool processWithdrawl(string authToken, decimal amount)
 {
     return(myDS.processWithdrawl(authToken, amount));
 }