Esempio n. 1
0
 public R Invoke <R>(Func <AR, R> invocation)
 {
     return(WrappedAggregate.Invoke(invocation));
 }
Esempio n. 2
0
 public void Execute(Action <AR> invocation)
 {
     WrappedAggregate.Execute(invocation);
 }
Esempio n. 3
0
 public object Handle(ICommandMessage commandMessage)
 {
     return(WrappedAggregate.Handle(commandMessage));
 }