示例#1
0
 public CommandCoordinator(
     ICommandCoordinator commandCoordinator,
     ICommandContextConnectionManager commandContextConnectionManager,
     ISerializer serializer)
 {
     _commandCoordinator = commandCoordinator;
     _commandContextConnectionManager = commandContextConnectionManager;
     _serializer = serializer;
 }
示例#2
0
 public CommandCoordinator(
     ICommandCoordinator commandCoordinator,
     ITypeDiscoverer typeDiscoverer,
     ICommandContextConnectionManager commandContextConnectionManager,
     ISerializer serializer)
 {
     _commandCoordinator = commandCoordinator;
     _typeDiscoverer = typeDiscoverer;
     _commandContextConnectionManager = commandContextConnectionManager;
     _serializer = serializer;
 }
 public CommandCoordinatorEvents(ICommandContextConnectionManager commandContextConnectionManager)
 {
     _commandContextConnectionManager = commandContextConnectionManager;
 }
 public CommandCoordinatorEvents(ICommandContextConnectionManager commandContextConnectionManager)
 {
     _commandContextConnectionManager = commandContextConnectionManager;
 }