Пример #1
0
 public void Handle(StartServiceEvent message)
 {
     BuildAndProcess(message.DeploymentId, (d, f) => _builder.StartServiceTask(d));
 }