Example #1
0
 public API(IDispatchRequests requests, IDispatchCommands commands, IDispatchEvents events)
 {
     _requests = requests;
     _commands = commands;
     _events   = events;
 }