public RouteAction Handle(ICall call)
 {
     _pendingSpecification.SetLastCall(call);
     return(RouteAction.Continue());
 }
Beispiel #2
0
 public void SetLastCall(ICall lastCall)
 {
     Trace($"SetLastCall(call: {lastCall.DiagName(_ctx)})");
     _impl.SetLastCall(lastCall);
 }