Exemple #1
0
 public BackupCommand(DatabaseCommand command, IBackupWriter writer, DocumentDesign design, string key, int version, byte[] document)
 {
     this.command  = command;
     this.writer   = writer;
     this.design   = design;
     this.key      = key;
     this.version  = version;
     this.document = document;
 }
Exemple #2
0
 public BackupCommand(DatabaseCommand command, IBackupWriter writer, DocumentDesign design, string key, int version, byte[] document)
 {
     this.command = command;
     this.writer = writer;
     this.design = design;
     this.key = key;
     this.version = version;
     this.document = document;
 }