Beispiel #1
0
 public NodeJs(GlobalContext globalContext)
 {
     _globalContext = globalContext;
 }
Beispiel #2
0
 public NodeJsWebApi(GlobalContext _globalContext)
 {
     this._globalContext = _globalContext;
 }