Esempio n. 1
0
 public async Task <QTResponseModel> SendCommandAsync(WalletCommands command, params string[] args)
 => await SendCommandAsync(command.GetValue(), args);
Esempio n. 2
0
 public async Task <QTResponseModel> SendCommandAsync(WalletCommands command)
 => await SendCommandAsync(command.GetValue(), new string[0]);