Esempio n. 1
0
 public async Task <Wallet> GetWalletByIdAsync(string id)
 {
     return(await _walletProvider.GetByIdAsync(id));
 }