void PublishCommandForwardedEvent(DispatchContext context)
        {
            var @event = new DispatchAcceptedEvent(context);

            context.Publish<DispatchAccepted>(@event);
        }
Пример #2
0
        void PublishCommandForwardedEvent(DispatchContext context)
        {
            var @event = new DispatchAcceptedEvent(context);

            context.Publish <DispatchAccepted>(@event);
        }