CaffGeek/MBACNationals

View on GitHub
Edument.CQRS/ISetDispatcher.cs

Summary

Maintainability
A
0 mins
Test Coverage
namespace Edument.CQRS
{
    public interface ISetDispatcher
    {
        void SetDispatcher(MessageDispatcher dispatcher);
    }
}