Exemplo n.º 1
0
 public Task <Wallet> GetWalletByOwnerIdAsync(long userId)
 => GetAsync <Wallet>(ServerRoutes.GetWalletByOwnerId(userId));