Beispiel #1
0
 public Deletion(IDocumentStorage storage, IOperationFragment operation) : base(storage, operation)
 {
 }
 public StatementOperation(IDocumentStorage storage, IOperationFragment operation) : base(storage)
 {
     _operation   = operation;
     DocumentType = storage.SourceType;
 }