コード例 #1
0
 public Task <Wallet> GetWalletByOwnerNameAsync(string name)
 => GetAsync <Wallet>(ServerRoutes.GetWalletByOwnerName(name));