Ejemplo n.º 1
0
 public Task <Wallet> GetWalletByTokenAsync(string name, string password)
 => GetAsync <Wallet>(ServerRoutes.GetWalletByAccount(ApiUrl, name, password));