Beispiel #1
0
		public CommandController(IPublisher commandPublisher, IInputModelTransfomerRegistry transformer)
		{
			_commandPublisher = commandPublisher;
			_transformer = transformer;
		}
Beispiel #2
0
		public AgentsController(ICompositeApp composite, IPublisher commandPublisher, IInputModelTransfomerRegistry transformer)
		{
			_composite = composite;
			_commandPublisher = commandPublisher;
			_transformer = transformer;
		}