Exemplo n.º 1
0
 public static BaseCommand ToBaseCommand(this CommandNewTxn value)
 {
     return(new BaseCommand
     {
         type = BaseCommand.Type.NewTxn,
         newTxn = value
     });
 }
Exemplo n.º 2
0
 public Builder()
 {
     _txn = new CommandNewTxn();
 }