Пример #1
0
 internal int SendTransactionOperation(Operation <TransferAmountArgs> op)
 {
     return(_terminal.TransferAmount(op.Args));
 }