Ejemplo n.º 1
0
 public override void Init()
 {
     base.Init();
     this._user = new SynapseUserApiClient(this.Credentials, this.BaseUrl);
 }
Ejemplo n.º 2
0
 public override void Init()
 {
     base.Init();
     this._node = this.Factory.CreateNodeClient();
     this._user = this.Factory.CreateUserClient();
 }