Esempio n. 1
0
 public void Handle(StopServiceEvent message)
 {
     BuildAndProcess(message.DeploymentId, (d, f) => _builder.StopServiceTask(d));
 }