Exemple #1
0
 public NodeService(SuperComposeContext ctx, ConnectionService connectionService, NodeUpdaterService nodeUpdater, CryptoService crypto)
 {
     this.ctx = ctx;
     this.connectionService = connectionService;
     this.nodeUpdater       = nodeUpdater;
     this.crypto            = crypto;
 }
 public ComposeService(SuperComposeContext ctx, NodeUpdaterService nodeUpdater)
 {
     this.ctx         = ctx;
     this.nodeUpdater = nodeUpdater;
 }