Ejemplo n.º 1
0
 public SaveKeyResponse(string action, SaveKeyResponseNode node)
 {
     Action = action;
     Node   = node;
 }
Ejemplo n.º 2
0
 public SaveKeyResponseNodeWithPrevious(int createdIndex, int modifiedIndex, string value, string key, SaveKeyResponseNode prevNode)
     : base(createdIndex, modifiedIndex, value, key)
 {
     PrevNode = prevNode;
 }