Esempio n. 1
0
 public void Init()
 {
     this._customersService = new NetSuiteCustomersService(base.Config);
 }
Esempio n. 2
0
 public NetSuiteOrdersService(NetSuiteConfig config)
 {
     this._customersService = new NetSuiteCustomersService(config);
     this._commonService    = new NetSuiteCommonService(config);
     this._soapService      = new NetSuiteSoapService(config);
 }