Пример #1
0
		public GitHubController(
			IProcessor<GitHubMessage> processor,
			ITracer tracer,
			IActionContextService actionService)
		{
			_processor = processor;
			_tracer = tracer;
			_actionService = actionService;
		}
Пример #2
0
		public BitBucketController(
			IProcessor<BitBucketMessage> processor,
			ITracer tracer,
			IActionContextService actionService)
		{
			_processor = processor;
			_tracer = tracer;
			_actionService = actionService;
		}