Exemplo n.º 1
0
 protected CouchDocument()
 {
     _conflicts        = new List <string>();
     AttachmentsParsed = new Dictionary <string, CouchAttachment>();
     Attachments       = new CouchAttachmentsCollection();
 }
Exemplo n.º 2
0
 public CouchDocument()
 {
     _conflicts   = new List <string>();
     _attachments = new Dictionary <string, CouchAttachment>();
     Attachments  = new CouchAttachmentsCollection();
 }