Example #1
0
 public static BaseCommand ToBaseCommand(this CommandEndTxn value)
 {
     return(new BaseCommand
     {
         type = BaseCommand.Type.EndTxn,
         endTxn = value
     });
 }
Example #2
0
 public Builder()
 {
     _txn = new CommandEndTxn();
 }