Esempio n. 1
0
            public Builder SetAddPartitionToTxn(CommandAddPartitionToTxn value)
            {
                _base.addPartitionToTxn = value ?? throw new NullReferenceException();


                return(this);
            }
 public Builder()
 {
     _partition = new CommandAddPartitionToTxn();
 }