Пример #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;
 }
Пример #3
0
 public CommandCoordinatorEvents(ICommandContextConnectionManager commandContextConnectionManager)
 {
     _commandContextConnectionManager = commandContextConnectionManager;
 }
Пример #4
0
 public CommandCoordinatorEvents(ICommandContextConnectionManager commandContextConnectionManager)
 {
     _commandContextConnectionManager = commandContextConnectionManager;
 }