Exemplo n.º 1
0
 .PipeTo(ck => Aggregate <TBoundedContext> .CreateInstance(input, scope))
 // TODO: add changed values
 .PipeTo(a => new AggregateResult <TBoundedContext>(a, command, null));